mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
[Dockerfile] Copy package-lock.json
This commit is contained in:
parent
badf0c0182
commit
c86532d9ef
@ -1,6 +1,7 @@
|
||||
FROM node:lts-alpine
|
||||
WORKDIR /usr/src/fosscord-gateway
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
RUN apk --no-cache --virtual build-dependencies add \
|
||||
python \
|
||||
make \
|
||||
|
Loading…
Reference in New Issue
Block a user