Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ndratov committed Dec 6, 2024
1 parent 4650dad commit fd160d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /usr/src/app
COPY --from=build /usr/src/app/packages/server/ts-dist ./server/ts-dist
COPY --from=build /usr/src/app/packages/client/dist ./client/dist
COPY --from=build /usr/src/app/node_modules ./node_modules
COPY .env ./.env
COPY --from=build .env ./.env
# EXPOSE $SERVER_PORT
CMD [ "node", "server/ts-dist" ]
# CMD /bin/bash -c "tail -f /dev/null"

0 comments on commit fd160d2

Please sign in to comment.