Fix pr-test image

pull/3428/head
Louis Lam 10 months ago
parent c6d0c431bd
commit 5dd4231e56

@ -72,7 +72,6 @@ RUN git clone https://github.com/louislam/uptime-kuma.git .
RUN npm ci
EXPOSE 3000 3001
VOLUME ["/app/data"]
HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --retries=5 CMD extra/healthcheck
CMD ["npm", "run", "start-pr-test"]

Loading…
Cancel
Save