mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
update some things to make docker work again (#1095)
This commit is contained in:
parent
da573640b3
commit
e7afd231eb
@ -1,4 +1,6 @@
|
||||
node_modules
|
||||
radata
|
||||
stats.radata
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
|
@ -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*
|
||||
|
1284
package-lock.json
generated
1284
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -80,7 +80,7 @@
|
||||
"@types/ws": "^7.2.1",
|
||||
"aws-sdk": "^2.528.0",
|
||||
"ip": "^1.1.5",
|
||||
"iris-messenger": "github:irislib/iris-messenger",
|
||||
"iris-messenger": "https://github.com/irislib/iris-messenger",
|
||||
"mocha": "^6.2.0",
|
||||
"panic-manager": "^1.2.0",
|
||||
"panic-server": "^1.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user