hot topics are determined according to the last 15 days articles
[pnews.git] / war / Dockerfile
1 FROM websphere-liberty:kernel
2
3 RUN apt-get update
4 RUN apt-get -y dist-upgrade
5
6 RUN installUtility install --acceptLicense servlet-3.1
7
8 COPY server.xml /config/
9 COPY server.env /config/
10 COPY target/pnews-1.0.war /config/apps/pnews-1.0.war