Skip to content

Commit ec57cd8

Browse files
add node support
1 parent 35a1213 commit ec57cd8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

php7.4-node/Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)