fix: defined executable for windows/linux users (#652)

This commit is contained in:
Matt 2023-07-14 17:24:09 +01:00 committed by GitHub
parent 648498287d
commit 211740b400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,4 @@ RUN chmod +x /code/scripts/start.sh
COPY . /code/
ENTRYPOINT ["/code/scripts/start.sh"]
ENTRYPOINT ["bash", "/code/scripts/start.sh"]