SNRK-78: docker file is added
This commit is contained in:
parent
b0e3b5551a
commit
f30b35e66a
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
WORKDIR Snark
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN ./requirments.sh
|
||||
RUN ./gradlew build test
|
Loading…
Reference in New Issue
Block a user