mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 00:45:41 +00:00
Docker: Fix the fact that post-install didnt run
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user