mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
Merge pull request #177 from luth31/master
This commit is contained in:
commit
4557302da9
@ -3,6 +3,7 @@ FROM node:lts-alpine
|
||||
RUN apk add --no-cache make gcc g++ python cairo-dev jpeg-dev pango-dev giflib-dev
|
||||
WORKDIR /usr/src/fosscord-api
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
RUN npm rebuild bcrypt --build-from-source && npm rebuild canvas --build-from-source
|
||||
RUN npm install
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user