Skip to content

Commit 0856d54

Browse files
author
Hauke Ingwersen
committed
Fixed Dockerfile entrypoint
1 parent 39e6fe1 commit 0856d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ RUN find /home/app -name "run-*.sh" -exec chmod -v +x {} \;
110110
RUN chmod +x /home/app/entrypoint.sh
111111

112112
# run the application
113-
ENTRYPOINT bash /home/app/entrypoint.sh
113+
ENTRYPOINT ["/home/app/entrypoint.sh"]
114114
CMD /home/app/run-prod.sh
115115
EXPOSE 8080

0 commit comments

Comments
 (0)