1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

remove web app class and fixes

This commit is contained in:
Yusuf Yilmaz
2022-06-02 10:45:20 +02:00
parent 82fd0654e2
commit fa9d3f98e9
5 changed files with 160 additions and 184 deletions

View File

@@ -52,7 +52,7 @@ EXPOSE ${PORT}
STOPSIGNAL SIGINT
ENTRYPOINT [ "bash", "docker-entrypoint.sh" ]
RUN yarn build
RUN yarn build:nostatic
COPY static /app/dist/static
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s \