added Dockerfile
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user