Skip to content

Commit cc5dee2

Browse files
authored
Update Dockerfile (#4)
1 parent 037b7ef commit cc5dee2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ RUN npm run build
1212
FROM node:18-alpine
1313
RUN apk add --no-cache bash
1414
WORKDIR /app
15-
ADD ./ .
16-
COPY --from=builder /app/node_modules /app/node_modules
17-
CMD ["npm", "start"]
15+
COPY --from=builder /app /app
16+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)