Merge pull request #134 from DiegoMagdaleno/master

Docker: Fix the fact that post-install didnt run
This commit is contained in:
Flam3rboy 2021-05-09 18:31:09 +02:00 committed by GitHub
commit 4732f0f9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]