1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

Add ports used by api in Dockerfile

This commit is contained in:
Paul Munteanu 2021-05-23 04:28:19 +03:00
parent 4ad2b47f5c
commit a0746a12ab
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917

View File

@ -3,4 +3,5 @@ WORKDIR /usr/src/fosscord-api
COPY . .
RUN npm install
RUN npx patch-package
EXPOSE 3001
CMD ["npm", "start"]