diff --git a/Dockerfile b/Dockerfile index 6a53b71..197c435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cac RUN python -m venv venv \ && . venv/bin/activate \ && pip install --no-cache-dir -r requirements.txt -RUN source venv/bin/activate && python manage.py makemigrations && python manage.py migrate +#RUN source venv/bin/activate && python manage.py makemigrations && python manage.py migrate EXPOSE 8080