Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Aug 29, 2024
1 parent 14def95 commit ebbbe48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ./docker/entrypoint.sh /modoh
RUN chmod +x /modoh/run.sh && \
chmod +x /modoh/entrypoint.sh

EXPOSE 53/udp 53/tcp
EXPOSE 8080

CMD ["/usr/bin/bash", "/modoh/entrypoint.sh"]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN chmod +x /modoh/run.sh && \
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
ENV SSL_CERT_DIR=/etc/ssl/certs

EXPOSE 53/udp 53/tcp
EXPOSE 8080

CMD ["/modoh/entrypoint.sh"]

Expand Down

0 comments on commit ebbbe48

Please sign in to comment.