Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysnm committed Apr 14, 2024
2 parents 0a1604e + ffe1a9c commit ced1b84
Show file tree
Hide file tree
Showing 4 changed files with 13,620 additions and 17,603 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM node:12-alpine
FROM node:18-alpine

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

# Setting working directory.
WORKDIR /usr/src/app

# Installing dependencies
COPY package*.json ./
RUN npm install
RUN npm install --legacy-peer-deps

# Copying source files
COPY . .
Expand Down
Loading

0 comments on commit ced1b84

Please sign in to comment.