openshift support

This commit is contained in:
Zubcevic.com 2021-12-18 11:21:52 +01:00 committed by Nanne Baars
parent 1f1fb73f86
commit 705ec85f35

View File

@ -3,6 +3,8 @@ FROM eclipse-temurin:17_35-jdk-focal
RUN apt-get update
RUN useradd -ms /bin/bash webgoat
RUN apt-get -y install apt-utils nginx
RUN chgrp -R 0 /home/webgoat
RUN chmod -R g=u /home/webgoat
USER webgoat