Fake commit try to build front and back again

This commit is contained in:
dvirlabs 2026-03-22 07:33:39 +02:00
parent 82855cf598
commit c0a3bf89df
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ COPY . .
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
# nginx will start automatically; our script in /docker-entrypoint.d runs first
# nginx will start automatically; our script in /docker-entrypoint.d runs first