Explorar el Código

removed unused Dockerfile

Bernadette Elena Hammerle hace 3 años
padre
commit
1c03f5c35a
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  1. 0 13
      Dockerfile

+ 0 - 13
Dockerfile

@@ -1,13 +0,0 @@
-FROM node:12.13.0-alpine
-
-RUN apk add --no-cache git
-
-COPY package.json package-lock.json /app/
-WORKDIR /app
-RUN npm install
-
-COPY . /app
-
-RUN mkdir /app/node_modules/.cache && chown nobody /app/node_modules/.cache
-USER nobody
-CMD ["npm", "start"]