Fixed workdir

This commit is contained in:
Alex Rennie-Lis
2024-06-06 23:04:10 +01:00
parent da5d12342d
commit db8458122f
2 changed files with 101 additions and 0 deletions

View File

@@ -9,4 +9,6 @@ HEALTHCHECK CMD curl -f http://localhost:8088/health || exit 1
EXPOSE 8088
WORKDIR /data
CMD [ "node", "/app/index.js" ]