Add Dockerfile

docker build .
docker run -p 8043:8043 <sha1>
This commit is contained in:
c0de 2022-07-20 15:14:54 -05:00
parent cae09ee664
commit a23ea3f9cd
1 changed files with 3 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM pierrezemb/gostatic
COPY . /srv/http
ENTRYPOINT [ "/goStatic" ]