Fake commit try to build front and back again

This commit is contained in:
dvirlabs 2026-03-22 08:11:59 +02:00
parent c0a3bf89df
commit 143f213bcf
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ COPY . .
EXPOSE 8000 EXPOSE 8000
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

View File

@ -34,4 +34,4 @@ RUN chmod +x /docker-entrypoint.d/10-generate-env.sh && \
EXPOSE 80 EXPOSE 80
# nginx will start automatically; our script in /docker-entrypoint.d runs first # nginx will start automatically; our script in /docker-entrypoint.d runs first