Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ RUN npm run build
FROM node:18-alpine
RUN apk add --no-cache bash
WORKDIR /app
ADD ./ .
COPY --from=builder /app/node_modules /app/node_modules
CMD ["npm", "start"]
COPY --from=builder /app /app
CMD ["npm", "start"]