Explorar o código

Dockerfile hinzugefügt

Alexander Vornam %!s(int64=3) %!d(string=hai) anos
pai
achega
4fc847b5ff
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Dockerfile

+ 6 - 0
Dockerfile

@@ -0,0 +1,6 @@
+FROM node:9-slim
+WORKDIR /app
+COPY package.json ./app
+RUN npm install
+COPY . ./app
+CMD ["npm", "start"]