Skip to content

Commit 380402c

Browse files
authored
Update Dockerfile
1 parent 8ac07a6 commit 380402c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apk add --no-cache curl
55

66
WORKDIR /app
77
COPY . ./
8-
# RUN npm install
8+
RUN pwd
9+
RUN npm install
910

1011
CMD ["npm", "run", "serve", "--", "--host", "0.0.0.0"]

0 commit comments

Comments
 (0)