We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77baf7b commit dfd4303Copy full SHA for dfd4303
1 file changed
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM node:20
2
+
3
+COPY build /build
4
+COPY migrations /build/migrations
5
+COPY package.json /
6
+COPY node_modules /node_modules
7
8
+RUN touch /.env
9
10
+CMD ["node", "/build"]
0 commit comments