Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Jul 3, 2024
1 parent e35a7d2 commit 6ca857c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions micro-frontends/sample/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ LABEL commit_id=$COMMIT_ID
# Copy the rest of the application
COPY . .

# Fetch locales before building the app
COPY fetch-locales.js .
RUN node fetch-locales.js
# # Fetch locales before building the app
# COPY fetch-locales.js .
# RUN node fetch-locales.js

# Build the React app with Vite
RUN yarn build
Expand Down

0 comments on commit 6ca857c

Please sign in to comment.