Add Dockerfile
This commit is contained in:
parent
8e948fc451
commit
e89099a18c
2 changed files with 32 additions and 0 deletions
6
Dockerfile-norebuild
Normal file
6
Dockerfile-norebuild
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM alpine:3.18
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["/srv/hathoris"]
|
||||
|
||||
COPY hathoris /srv/hathoris
|
||||
Loading…
Add table
Add a link
Reference in a new issue