mirror of
https://github.com/sismics/docs.git
synced 2024-11-16 11:17:57 +01:00
Removed entrypoint as the /bin/jetty/run.sh command is not required
This commit is contained in:
parent
88ae84339f
commit
48897a04e5
@ -84,7 +84,4 @@ ENV JAVA_OPTIONS -Xmx1g
|
||||
|
||||
WORKDIR /app
|
||||
# Set the default command to run when starting the container
|
||||
COPY docker/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
CMD ["java", "-jar", "/opt/jetty/start.jar"]
|
||||
|
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Your first command
|
||||
/bin/jetty.sh run &
|
||||
|
||||
# Your second command
|
||||
java -jar /opt/jetty/start.jar
|
Loading…
Reference in New Issue
Block a user