We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bee0ec commit 7671d80Copy full SHA for 7671d80
Language/go/1.22.5/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:501781
+FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:caf1d1
2
3
RUN cd /home/devbox/project && \
4
rm -rf ./*
Language/go/1.23.0/Dockerfile
Language/php/project/entrypoint.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-php -S localhost:8080
+php -S 0.0.0.0:8080
0 commit comments