Browse Source
Fix Docker releases not starting anymore
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
chapril^2
Thomas Citharel
2 weeks ago
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with
1 additions and
1 deletions
-
docker/production/Dockerfile
|
|
@ -56,7 +56,7 @@ EXPOSE 4000 |
|
|
|
ENV MOBILIZON_DOCKER=true |
|
|
|
|
|
|
|
COPY --from=builder --chown=nobody:nobody _build/prod/rel/mobilizon ./ |
|
|
|
RUN mv /releases/${MOBILIZON_VERSION}/runtime.exs /etc/mobilizon/config.exs |
|
|
|
RUN cp /releases/${MOBILIZON_VERSION}/runtime.exs /etc/mobilizon/config.exs |
|
|
|
COPY docker/production/docker-entrypoint.sh ./ |
|
|
|
|
|
|
|
ENTRYPOINT ["./docker-entrypoint.sh"] |