This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
.git
|
||||
.gitignore
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
@@ -6,8 +6,6 @@ WORKDIR /app
|
||||
# Copy package files
|
||||
COPY package*.json ./
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user