Explorar el Código

Do not use alpine, doesn't have git.

Herby Vojčík hace 4 años
padre
commit
f8992935a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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