Explorar o código

removed unused Dockerfile

Bernadette Elena Hammerle %!s(int64=2) %!d(string=hai) anos
pai
achega
75110d34df
Modificáronse 1 ficheiros con 0 adicións e 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"]