Skip to content

Commit

Permalink
fix(chat-messages-store): correct dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Jul 2, 2024
1 parent e4caff2 commit 5c0f78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat-messages-store/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN chmod +x /app/docker-entrypoint.sh
ENTRYPOINT ["/app/docker-entrypoint.sh"]

FROM go_prod_base
COPY apps/chat-msgs-store/.out/chat-msgs-store /bin/twir_application
COPY apps/chat-messages-store/.out/twir-chat-messages-store /bin/twir_application
CMD ["/bin/twir_application"]

0 comments on commit 5c0f78e

Please sign in to comment.