Add EXPOSE instruction to Dockerfile

This commit is contained in:
Paul-Emmanuel Raoul 2018-11-26 21:03:45 +00:00
parent 8ac1f35142
commit f1dd30d18c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ LABEL MAINTAINER="theonlydoo <theonlydoo@gmail.com>"
ARG RELEASE=1.6 ARG RELEASE=1.6
EXPOSE 5000
WORKDIR /app WORKDIR /app
ADD https://github.com/guardicore/monkey/releases/download/${RELEASE}/infection_monkey_deb.${RELEASE}.tgz . ADD https://github.com/guardicore/monkey/releases/download/${RELEASE}/infection_monkey_deb.${RELEASE}.tgz .