This commit is contained in:
Michał Gdula 2023-06-19 12:12:22 +00:00
parent 7617e19e66
commit 4394e713bd
4 changed files with 24 additions and 10 deletions

View file

@ -11,7 +11,7 @@ WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY website .
COPY ./website/ /app/
COPY run.sh run.sh
RUN chmod +x run.sh