Updated dockerfile
This commit is contained in:
parent
4f46929d57
commit
574d5c3c21
@ -5,7 +5,7 @@ FROM python:3.8-slim-buster
|
||||
WORKDIR /app
|
||||
|
||||
# Kopier requirements.txt-filen og installer avhengigheter
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY ./requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
# Kopier resten av prosjektfilene
|
||||
|
||||
Loading…
Reference in New Issue
Block a user