Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix(docker): entry point path
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Sep 29, 2019
1 parent ba63024 commit 95c027d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ COPY --from=build /app/migrations ./
COPY docker-entrypoint.sh ./entrypoint.sh
RUN chmod +x entrypoint.sh && chmod +x howtocards_server

ENTRYPOINT ["/entrypoint.sh"]
CMD ["/howtocards_server"]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["/app/howtocards_server"]

0 comments on commit 95c027d

Please sign in to comment.