forked from p15670423/monkey
Add EXPOSE instruction to Dockerfile
This commit is contained in:
parent
8ac1f35142
commit
f1dd30d18c
|
@ -4,6 +4,8 @@ LABEL MAINTAINER="theonlydoo <theonlydoo@gmail.com>"
|
|||
|
||||
ARG RELEASE=1.6
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ADD https://github.com/guardicore/monkey/releases/download/${RELEASE}/infection_monkey_deb.${RELEASE}.tgz .
|
||||
|
|
Loading…
Reference in New Issue