Merge pull request #768 from modem7/DockerChanges

Docker changes
This commit is contained in:
Amruth Pillai
2022-03-24 08:01:07 +01:00
committed by GitHub
5 changed files with 64 additions and 21 deletions

View File

@ -49,4 +49,7 @@ EXPOSE 3000
ENV PORT 3000
HEALTHCHECK --interval=30s --timeout=20s --retries=3 --start-period=15s \
CMD curl -fSs 127.0.0.1:3000 || exit 1
CMD [ "pnpm", "run", "start:client" ]