Browse Source

removed unused Dockerfile

Bernadette Elena Hammerle 2 years ago
parent
commit
75110d34df
1 changed files with 0 additions and 13 deletions
  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"]