fix: process startup sequence

This commit is contained in:
DDSDerek 2023-07-29 08:24:36 +08:00 committed by GitHub
parent b6115499d0
commit b82f9725e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,4 +61,4 @@ RUN apt-get update \
/var/tmp/*
EXPOSE 3000
VOLUME ["/config"]
ENTRYPOINT [ "bash", "-c", "/app/start.sh & nginx -g 'daemon off;'" ]
ENTRYPOINT [ "/app/start.sh" ]