Add Dockerfile
docker build . docker run -p 8043:8043 <sha1>
This commit is contained in:
parent
cae09ee664
commit
a23ea3f9cd
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM pierrezemb/gostatic
|
||||||
|
COPY . /srv/http
|
||||||
|
ENTRYPOINT [ "/goStatic" ]
|
Loading…
Reference in New Issue
Block a user