Explorar o código

Do not use alpine, doesn't have git.

Herby Vojčík %!s(int64=4) %!d(string=hai) anos
pai
achega
f8992935a3
Modificáronse 1 ficheiros con 1 adicións e 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