Skip to content

Commit

Permalink
fix: typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maspendig committed Jun 24, 2023
1 parent 28f3533 commit 68f2871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /app

COPY --from=builder ./app/build ./build
COPY package.json .
COPY package.lock.json .
COPY package-lock.json .

# If you are building your code for production
RUN npm ci --omit=dev
Expand Down

0 comments on commit 68f2871

Please sign in to comment.