Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 authored Oct 21, 2023
1 parent 225ca3f commit 39aecdf
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
@@ -1,6 +1,6 @@
FROM node:12 AS build

WORKDIR /test
WORKDIR /app

COPY package.json ./
COPY package-lock.json ./
Expand Down

0 comments on commit 39aecdf

Please sign in to comment.