Browse Source

added dockerfile

master
myitinos 4 years ago
parent
commit
d1d7dddc08
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      Dockerfile

+ 13
- 0
Dockerfile View File

@ -0,0 +1,13 @@
FROM alpine
RUN apk update
RUN apk add --no-cache \
socat
WORKDIR /app
COPY ./spell-warz .
CMD socat tcp-listen:12345,reuseaddr,fork EXEC:\"./spell-warz\"
EXPOSE 12345/tcp

Loading…
Cancel
Save