Commit be846186 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added dockerfiles

parent e6c4958e
Loading
Loading
Loading
Loading

Dockerfile

0 → 100644
+2 −0
Original line number Diff line number Diff line
FROM tomcat:9-jdk8
ADD war/tap.war /usr/local/tomcat/webapps/
+2 −0
Original line number Diff line number Diff line
FROM gradle:jre8
RUN apt-get update && apt install -y maven