mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
Merge pull request #68 from luth31/upstream
Remove redundant Dockerfile commands and remove .DS_Store file
This commit is contained in:
commit
11d891f819
@ -1,13 +1,12 @@
|
||||
FROM node:lts-alpine
|
||||
RUN mkdir -p /usr/src/fosscord-gateway
|
||||
WORKDIR /usr/src/fosscord-gateway
|
||||
COPY package.json /usr/src/fosscord-gateway
|
||||
COPY package.json .
|
||||
RUN apk --no-cache --virtual build-dependencies add \
|
||||
python \
|
||||
make \
|
||||
g++
|
||||
RUN npm install
|
||||
RUN apk del build-dependencies
|
||||
COPY . /usr/src/fosscord-gateway
|
||||
COPY . .
|
||||
EXPOSE 3002
|
||||
CMD ["npm", "start"]
|
BIN
src/.DS_Store
vendored
BIN
src/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user