We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a1213 commit ec57cd8Copy full SHA for ec57cd8
php7.4-node/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM bonnierpublications/php-alpine:php7.4
2
+LABEL maintainer="paris@bonnier.dk"
3
+
4
+# Install Node + NPM
5
+RUN apk add --update nodejs nodejs-npm
6
7
+EXPOSE 8080
8
9
+# Configure a healthcheck to validate that everything is up&running
10
+HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8080/fpm-ping
0 commit comments