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:
parent
1cec20f789
commit
6bb33107b6
@ -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"]
|
Loading…
Reference in New Issue
Block a user