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

add policy

parent 225b0a15
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ RUN pip install --no-cache-dir -r requirements.txt ...@@ -11,7 +11,9 @@ 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 RUN chgrp -R 0 /usr/src/app && \
chmod -R g=u /usr/src/app
# Á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