Skip to content

Commit ced1b84

Browse files
committed
2 parents 0a1604e + ffe1a9c commit ced1b84

File tree

4 files changed

+13620
-17603
lines changed

4 files changed

+13620
-17603
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM node:12-alpine
1+
FROM node:18-alpine
22

3-
RUN apk add --update bash
3+
RUN apk add --update bash python3 make g++ && rm -rf /var/cache/apk/*
44

55
# Setting working directory.
66
WORKDIR /usr/src/app
77

88
# Installing dependencies
99
COPY package*.json ./
10-
RUN npm install
10+
RUN npm install --legacy-peer-deps
1111

1212
# Copying source files
1313
COPY . .

0 commit comments

Comments
 (0)