1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-07 19:32:34 +01:00

Docker: Fix the fact that post-install didnt run

This commit is contained in:
Diego Magdaleno 2021-05-09 11:29:53 -05:00
parent 1cec20f789
commit 6bb33107b6

View File

@ -3,5 +3,6 @@ RUN mkdir -p /usr/src/fosscord-api
WORKDIR /usr/src/fosscord-api
COPY package.json /usr/src/fosscord-api
RUN npm install
RUN npx patch-package
COPY . /usr/src/fosscord-api
CMD ["npm", "start"]