Ver código fonte

copy flag.txt to container

master
myitinos 4 anos atrás
pai
commit
e3cd89caba
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile Ver arquivo

@ -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\"

Carregando…
Cancelar
Salvar