Skip to content

Commit

Permalink
chore: don't keep tar.gz in the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Sep 29, 2022
1 parent a769564 commit 0c78296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker/Dockerfile
Expand Up @@ -16,6 +16,7 @@ RUN export PROFILE=${EMQX_NAME%%-elixir} \
&& cd /emqx \
&& rm -rf $EMQX_LIB_PATH \
&& make $EMQX_NAME1 \
&& rm -f $EMQX_REL_PATH/*.tar.gz \
&& mkdir -p /emqx-rel \
&& mv $EMQX_REL_PATH /emqx-rel

Expand Down

0 comments on commit 0c78296

Please sign in to comment.