We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb3d27 commit e0df3aaCopy full SHA for e0df3aa
back/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM node
2
+COPY package*.json ./
3
+RUN npm install
4
+COPY . .
5
+RUN npm run build
6
+EXPOSE 8080
7
+CMD ["npm", "run", "start"]
0 commit comments