Fake commit try to build front and back again
This commit is contained in:
parent
c0a3bf89df
commit
143f213bcf
@ -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"]
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user