mirror of https://github.com/gophish/gophish
Updated Dockerfile
Suppressed npm warnings and fixed CMD to ENTRYPOINT.pull/2667/head
parent
cec2da5128
commit
a11de95962
|
@ -5,7 +5,7 @@ RUN npm install gulp gulp-cli -g
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install --only=dev
|
RUN npm install --loglevel=error --only=dev
|
||||||
RUN gulp
|
RUN gulp
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,4 +42,4 @@ RUN touch config.json.tmp
|
||||||
|
|
||||||
EXPOSE 3333 8080 8443 80
|
EXPOSE 3333 8080 8443 80
|
||||||
|
|
||||||
CMD ["./docker/run.sh"]
|
ENTRYPOINT ["./docker/run.sh"]
|
||||||
|
|
Loading…
Reference in New Issue