Add Dockerfile
This commit is contained in:
parent
6a300bced6
commit
9493c44f2a
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM ubuntu
|
||||||
|
RUN apt-get -y update && apt-get install -y ca-certificates
|
||||||
|
ADD ./server /usr/local/bin
|
||||||
|
EXPOSE 80
|
||||||
|
ENTRYPOINT ["/usr/local/bin/server"]
|
Loading…
Reference in New Issue
Block a user