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 6ca857c commit d6a6b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micro-frontends/sample/fetch-locales/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM node:20 AS fetch-locales
# Set working directory
WORKDIR /fetcher

# Copy package.json and package-lock.json
COPY package.json package-lock.json ./
# Copy package.json
COPY package.json ./

# Install dependencies
RUN npm install
Expand Down

0 comments on commit d6a6b40

Please sign in to comment.