Merge remote-tracking branch 'origin/master'

This commit is contained in:
2021-11-22 16:23:09 +01:00

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM ubuntu:18.04
COPY . /home/sample/repo
WORKDIR /home/sample/repo
RUN ls
RUN ls src
RUN apt upgrade
RUN apt update
RUN apt -y install maven
RUN mvn install