Browse Source

Do not use alpine, doesn't have git.

Herby Vojčík 4 years ago
parent
commit
f8992935a3
1 changed files with 1 additions and 1 deletions
  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