Skip to content
Snippets Groups Projects
Commit 225b0a15 authored by Eck Balázs István's avatar Eck Balázs István
Browse files

change docker db permission

parent 1ac1efe0
Branches
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt ...@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Másold a Django projekt fájljait # Másold a Django projekt fájljait
COPY imageuploader . COPY imageuploader .
RUN chmod 666 db.sqlite3
# Állítsd be a környezeti változókat # Állítsd be a környezeti változókat
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment