Browse Source

copy flag.txt to container

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

+ 1
- 0
Dockerfile View File

@ -6,6 +6,7 @@ RUN apk add --no-cache \
WORKDIR /app
COPY ./flag.txt .
COPY ./spell-warz .
CMD socat tcp-listen:12345,reuseaddr,fork EXEC:\"./spell-warz\"

Loading…
Cancel
Save