mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 21:31:28 +00:00
Update Dockerfile
This commit is contained in:
parent
502f53eb92
commit
7ddc983dbc
2 changed files with 2 additions and 2 deletions
|
@ -35,4 +35,4 @@ USER root
|
|||
# Temporary fix for assets
|
||||
RUN mv /var/www/public/assets /home/web/assets
|
||||
|
||||
CMD ["/var/www/script/entry.sh"]
|
||||
CMD ["/var/www/bin/script/entry.sh"]
|
||||
|
|
|
@ -30,4 +30,4 @@ RUN bundle config github.https true && \
|
|||
bundle install --jobs 8
|
||||
|
||||
USER root
|
||||
CMD ["/var/www/script/entry.sh"]
|
||||
CMD ["/var/www/bin/script/entry.sh"]
|
||||
|
|
Loading…
Reference in a new issue