Parcourir la source

Do not use alpine, doesn't have git.

Herby Vojčík il y a 4 ans
Parent
commit
f8992935a3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:lts-alpine
+FROM node:lts
 WORKDIR /work
 ADD package.json .
 RUN npm install --production