Skip to content

Commit

Permalink
chore(socket-io): up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 12, 2024
1 parent 2bc3098 commit 81734ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sub-app/socket-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ COPY tsconfig.prod.json ./
COPY src ./src
RUN mv src/config/config.prod.from-file.ts src/config/config.prod.ts
RUN npm i -g nodeinstall
RUN nodeinstall --install-alinode 7.6.0
RUN npm ci
RUN nodeinstall --install-alinode 7.6.0
RUN npm run build

CMD npm run start:foreground

0 comments on commit 81734ae

Please sign in to comment.