We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cf6c4 commit f050e40Copy full SHA for f050e40
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM node:alpine
2
+
3
+RUN apk add --no-cache python make g++ postgresql postgresql-dev vim
4
5
+ADD . /app
0 commit comments