mirror of https://github.com/louislam/uptime-kuma
Fix pr-test image
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…
Reference in New Issue