Skip to content

Commit 43e085d

Browse files
committed
remove package.json
1 parent 6077af7 commit 43e085d

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
@@ -2,10 +2,8 @@ FROM node:latest
22

33
WORKDIR /app
44

5-
COPY package*.json ./
5+
COPY . .
66

77
RUN yarn install
88

9-
COPY . .
10-
119
ENTRYPOINT [ "yarn", "start" ]

0 commit comments

Comments
 (0)