build front and back

This commit is contained in:
dvirlabs 2025-07-06 19:44:02 +03:00
parent bd9e108934
commit 62a27698bf
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -27,4 +27,3 @@ RUN dos2unix /docker-entrypoint.d/10-generate-env.sh && chmod +x /docker-entrypo
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]