Skip to content

Commit

Permalink
temporary disable args to test build
Browse files Browse the repository at this point in the history
  • Loading branch information
bmappi committed Aug 13, 2024
1 parent dd6bd58 commit 379657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY --chown=10000:10000 bin/vernemq.sh /usr/sbin/start_vernemq
COPY --chown=10000:10000 bin/join_cluster.sh /usr/sbin/join_cluster

RUN mkdir -p /vernemq/etc
COPY --chown=10000:10000 bin/vm.args /vernemq/etc/vm.args
# COPY --chown=10000:10000 bin/vm.args /vernemq/etc/vm.args

RUN chown -R 10000:10000 /vernemq && \
ln -s /vernemq/etc /etc/vernemq && \
Expand Down

0 comments on commit 379657b

Please sign in to comment.