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

fix build

This commit is contained in:
Yusuf Yilmaz
2022-06-07 11:22:50 +02:00
parent 5415482e09
commit cd19fb2e4c
2 changed files with 4 additions and 4 deletions

View File

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