Merge pull request #97 from tycrek/try-to-fix-docker

pull/99/head
Josh Moore 3 years ago committed by GitHub
commit 949f9b5f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
# - Zusier <zusier@pm.me> (https://github.com/Zusier)
# Node 14 image
FROM node:14.17.3
FROM node:14.17.5
# Set working directory
WORKDIR /opt/ass/
@ -14,7 +14,7 @@ COPY . ./
# Update npm to at least v7.x.x,
# then install dependencies
RUN npm i -g npm@>=7 typescript && \
RUN npm i -g npm@7 typescript && \
npm i --save-dev && \
npm run build

Loading…
Cancel
Save