Skip to content

Commit

Permalink
update some things to make docker work again (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0vrfi3ld committed Aug 8, 2021
1 parent da57364 commit e7afd23
Show file tree
Hide file tree
Showing 4 changed files with 782 additions and 506 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
radata
stats.radata
.git
.gitignore
*.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /app
ADD . .
ENV NPM_CONFIG_LOGLEVEL warn
RUN apk update && apk upgrade \
&& apk add --no-cache ca-certificates nodejs-npm \
&& apk add --no-cache ca-certificates nodejs npm \
&& apk add --no-cache --virtual .build-dependencies python2 make g++ git \
&& npm install --production=false \
&& apk del .build-dependencies && rm -rf /var/cache/* /tmp/npm*
Expand Down
Loading

0 comments on commit e7afd23

Please sign in to comment.