mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +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
|
ln -sf /dev/stderr /var/log/nginx/error.log
|
||||||
|
|
||||||
# Entrypoint
|
# Entrypoint
|
||||||
# ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||||
ENTRYPOINT [ "/bin/bash" ]
|
|
||||||
COPY --chown=www-data docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY --chown=www-data docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
Loading…
Reference in New Issue
Block a user