Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ MAINTAINER Abhisek Datta <abhisek@appsecco.com>
RUN apt-get update
RUN apt-get install -y default-mysql-client
RUN apt-get install -y maven
RUN apt-get install -y iputils-ping

WORKDIR /app
COPY pom.xml pom.xml
Expand All @@ -14,4 +15,4 @@ RUN mvn clean package
RUN chmod 755 /app/scripts/start.sh

EXPOSE 8080
CMD ["sh", "-c", "/app/scripts/start.sh"]
CMD ["sh", "-c", "/app/scripts/start.sh"]