fix(Dockerfile): 
To avoid permsiions problems, we will set permission at dockerfile

1 unresolved thread
1 unresolved thread
Compare changes
+ 6
− 6
@@ -24,12 +24,6 @@ COPY . .
@@ -37,6 +31,12 @@ FROM base AS prod
We also need to create the
/app/static/site_media
here, otherwise we can not upload images. But I am not sure if this is the right approach at all.