Skip to content

Commit

Permalink
add command line args to dockerfile's callback to makefile (Comcast#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvyre committed Oct 27, 2019
1 parent 0aa82ef commit 80fe7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,4 +8,4 @@ ARG EXPOSED_API_PORT=9998
ARG PROXY_PORT=9999
EXPOSE ${EXPOSED_API_PORT}
EXPOSE ${PROXY_PORT}
CMD ["make"]
CMD ["make EXPOSED_API_PORT=${EXPOSED_API_PORT} PROXY_PORT=${PROXY_PORT}"]

0 comments on commit 80fe7a1

Please sign in to comment.