Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Sep 17, 2024
1 parent d77ba84 commit e096039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .
RUN npm run build bot
RUN npm run build event-store
RUN npm run build graph-store
RUN npm run build question-service
RUN npm run build question

FROM node:alpine AS production

Expand Down

0 comments on commit e096039

Please sign in to comment.