Skip to content
Snippets Groups Projects
Verified Commit 97e05eea authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Rename entrypoint script to startup

After all, it is not an entrypoint anymore
parent dc493fb1
No related branches found
No related tags found
1 merge request!525[Docker] Rewrite entrypoint
Pipeline #6358 passed
...@@ -54,9 +54,9 @@ VOLUME /var/lib/aleksis ...@@ -54,9 +54,9 @@ VOLUME /var/lib/aleksis
# Define entrypoint and uWSGI running on port 8000 # Define entrypoint and uWSGI running on port 8000
EXPOSE 8000 EXPOSE 8000
COPY docker-entrypoint.sh /usr/local/bin/entrypoint.sh COPY docker-startup.sh /usr/local/bin/aleksis-docker-startup
ENTRYPOINT ["/usr/bin/dumb-init", "--"] ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["/usr/local/bin/entrypoint.sh"] CMD ["/usr/local/bin/aleksis-docker-startup"]
# Install assets # Install assets
FROM core as assets FROM core as assets
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment