Change on Dockerfile
This commit is contained in:
@@ -5,4 +5,4 @@ COPY entrypoint.sh /home/entrypoint.sh
|
||||
# Grant executable permission on the script.
|
||||
RUN ["chmod", "+x", "/home/entrypoint.sh"]
|
||||
# Runs the script.
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/home/entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user