Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

root only file system fix #13

Merged
merged 7 commits into from
Jun 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
QA changes
  • Loading branch information
Gunasekar-K committed Feb 15, 2023
commit 88345efacecd9b3bef7a47cbe7cb2dbb7905bfc0
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the base image with Node.js
FROM node:latest
FROM node:15.5.1

# Copy the current directory into the Docker image
COPY . /micro-frontends-react-app
Expand Down