Skip to content

Docker Container keeps crashing when upgrading to v2.0 #3205

Discussion options

You must be logged in to vote

RUN is executed at image build-time (and you probably don't have all the ENV set up so it fails). You probably want to put it into CMD to make it run in the container:

CMD /entrypoint.sh db migrate & /entrypoint.sh run

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@ruslandoga
Comment options

Answer selected by julianengel
@julianengel
Comment options

@ruslandoga
Comment options

@julianengel
Comment options

@ruslandoga
Comment options

Comment options

You must be logged in to vote
2 replies
@ruslandoga
Comment options

@julianengel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants