mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 08:13:11 +01:00
Change entrypoint to actual entrypoint script
This commit is contained in:
parent
07716fe8b0
commit
8f6c9e2433
@ -90,8 +90,7 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
|
||||
ln -sf /dev/stderr /var/log/nginx/error.log
|
||||
|
||||
# Entrypoint
|
||||
# ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/bin/bash" ]
|
||||
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||
COPY --chown=www-data docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
|
||||
ENV \
|
||||
|
Loading…
Reference in New Issue
Block a user