Dockerfile fix

This commit is contained in:
WaveringAna 2022-11-16 11:48:27 +00:00
parent 1588e4f861
commit b9defb56e2
2 changed files with 1 additions and 1 deletions

View file

@ -7,4 +7,4 @@ RUN npm install
# Package app source # Package app source
COPY . . COPY . .
ENTRYPOINT ["./docker-entrypoint"] ENTRYPOINT ["./docker-entrypoint.sh"]

0
docker-entrypoint → docker-entrypoint.sh Normal file → Executable file
View file