Skip to content

Commit 3510111

Browse files
authored
Update Dockerfile
1 parent ef0b667 commit 3510111

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
FROM node:22
22

3-
WORKDIR /usr/src/app
3+
WORKDIR /app
44

55
COPY package*.json ./
6-
76
RUN npm install
8-
97
COPY . .
108

119
EXPOSE 80

0 commit comments

Comments
 (0)