We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4113d commit c6d049dCopy full SHA for c6d049d
Dockerfile
@@ -28,5 +28,5 @@ COPY --from=client-builder /assets/ /var/www/mcping/
28
EXPOSE 8080
29
ENV ASSET_DIR="/var/www/mcping/"
30
31
-ENTRYPOINT "/usr/bin/mcping"
+CMD ["/usr/bin/mcping"]
32
0 commit comments