Change on Dockerfile

This commit is contained in:
srueda99
2022-04-18 13:19:39 -05:00
parent e82d84dcdd
commit e12784daec
2 changed files with 8 additions and 3 deletions

View File

@@ -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" ]