Last active
January 28, 2020 03:40
-
-
Save fu-sen/56bdfe9680081f26a13b4b7adf573d55 to your computer and use it in GitHub Desktop.
Caddy v2 (Officical Docker Image) with Google Cloud Run https://caddy.community/t/caddy-works-with-google-cloud-run/6898
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM caddy/caddy:alpine | |
| COPY ./ /usr/share/caddy/ | |
| USER root | |
| RUN sed -i 's/:8080/:{$PORT}/' /etc/caddy/Caddyfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment