Explorar el Código

copy flag.txt to container

master
myitinos hace 4 años
padre
commit
e3cd89caba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile Ver fichero

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

Cargando…
Cancelar
Guardar