Initial working version of Dockerfile

This commit is contained in:
Pelochus
2024-04-06 10:19:45 +00:00
parent 0ac0bc54bd
commit 3ac6d92abc
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
FROM ubuntu:focal
ENTRYPOINT /bin/bash ./entrypoint.sh
COPY setup.sh /setup.sh
RUN ./setup.sh