Build ipify again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-05-15 18:39:11 +03:00
parent f48a17bbe1
commit 992b3d1723
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM harbor.dvirlabs.com/base-images/python:3.11-slim
WORKDIR /app

View File

@ -32,4 +32,4 @@ RUN echo '#!/bin/sh' > /docker-entrypoint.d/40-generate-env.sh && \
# Expose port
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]