Skip to content

Commit

Permalink
#292: the docker_entrypoint.sh file might not be found if the docker …
Browse files Browse the repository at this point in the history
…build runs from another directory (#293)
  • Loading branch information
lsulak authored Oct 15, 2024
1 parent 1af3489 commit 49145ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ EXPOSE 8080
# --- Final image assembly ---
FROM base-ssl-${SSL} AS final

COPY ./docker_entrypoint.sh /opt/app/docker_entrypoint.sh
COPY ${AS_PREFIX}/docker_entrypoint.sh /opt/app/docker_entrypoint.sh
RUN chmod +x /opt/app/docker_entrypoint.sh

RUN echo "Running final stage with SSL_ENABLED=$SSL_ENABLED."
Expand Down

0 comments on commit 49145ce

Please sign in to comment.