Add ports used by api in Dockerfile
This commit is contained in:
parent
4ad2b47f5c
commit
a0746a12ab
@ -3,4 +3,5 @@ WORKDIR /usr/src/fosscord-api
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npx patch-package
|
RUN npx patch-package
|
||||||
|
EXPOSE 3001
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
Loading…
x
Reference in New Issue
Block a user