Add CI/CD #9

Merged
bastien.ollier merged 8 commits from refs/pull/9/head into main 2024-06-21 16:53:01 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit d8f7b63922 - Show all commits

View File

@@ -15,7 +15,6 @@ steps:
- name: docker-image - name: docker-image
image: plugins/docker image: plugins/docker
settings: settings:
context: frontend/
dockerfile: Dockerfile dockerfile: Dockerfile
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/bastien.ollier/miner repo: hub.codefirst.iut.uca.fr/bastien.ollier/miner

View File

@@ -13,4 +13,4 @@ COPY . .
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
EXPOSE 80 EXPOSE 80
ENTRYPOINT ["streamlit", "run", "streamlit_app.py", "--server.port=80", "--server.address=0.0.0.0"] ENTRYPOINT ["streamlit", "run", "frontend/main.py", "--server.port=80", "--server.address=0.0.0.0"]