Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chiducaf authored Jul 2, 2020
1 parent 199a35d commit 8d123c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ From tomcat:8.0.51-jre8-alpine
RUN rm -rf /usr/local/tomcat/webapps/*
COPY ./EmployeeManagementSystem.war /usr/local/tomcat/webapps/EmployeeManagementSystem.war
CMD ["catalina.sh","run"]
#nsnnsn

0 comments on commit 8d123c5

Please sign in to comment.