Skip to content

Commit

Permalink
fix: build failure
Browse files Browse the repository at this point in the history
* downgrade docker
  • Loading branch information
rakibansary committed Feb 28, 2022
1 parent 832d277 commit 2adfd60
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 236 deletions.
5 changes: 1 addition & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:16.14.0-alpine
FROM node:10.24.1-alpine3.11

RUN apk add g++ make python3

RUN mkdir -p /submission-scanner-processor

# Set working directory for future use
Expand All @@ -10,8 +9,6 @@ WORKDIR /submission-scanner-processor
# Copy the current directory into the Docker image
COPY . .



# Install the dependencies from package.json
RUN npm install

Expand Down

0 comments on commit 2adfd60

Please sign in to comment.