Updated ENTRYPOINT in the Dockerfile.
This commit is contained in:
@@ -32,4 +32,4 @@ RUN chown -R appuser:appuser /app
|
||||
USER appuser
|
||||
|
||||
|
||||
ENTRYPOINT ["/app/scripts/run.sh"]
|
||||
ENTRYPOINT ["bash", "/app/scripts/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user