SNRK-78: docker file is added

This commit is contained in:
liubar.pa 2023-05-13 21:48:25 +03:00
parent b0e3b5551a
commit f30b35e66a

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM ubuntu:latest
WORKDIR Snark
COPY . .
RUN ./requirments.sh
RUN ./gradlew build test