Skip to content
Snippets Groups Projects
Commit f913bb3e authored by Erik Hedenström's avatar Erik Hedenström
Browse files

Fixed the entrypoint

parent b86a790f
Branches
No related tags found
Loading
...@@ -29,4 +29,5 @@ ADD init.sh /init.sh ...@@ -29,4 +29,5 @@ ADD init.sh /init.sh
EXPOSE 8095 8096 EXPOSE 8095 8096
# Start Crowd # Start Crowd
CMD ["sh", "/init.sh"] ENTRYPOINT ["/bin/sh"]
CMD ["/init.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment