Openstatus www.openstatus.dev

🟢 (#534)

authored by

Thibault Le Ouay and committed by
GitHub
c4d39274 f1dabcfb

+2 -2
+2 -2
apps/server/Dockerfile
··· 11 11 RUN rm -rf /packages/api 12 12 RUN rm -rf /packages/integrations/vercel 13 13 14 - 15 - RUN bun install 14 + # Temp solution for bun 15 + RUN bun install --ignore-scripts 16 16 17 17 EXPOSE 3000 18 18