Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed May 8, 2024
1 parent 266631a commit d51ee6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ ENV FLASK_ENV=production
RUN mkdir /cache && \
chown -R ${USER}:${USER} /cache && \
mkdir -p /app/static/icons && \
mkdir -p /app/static/assets &&\
chown -R ${USER}:${USER} /app/static

CMD [ "python3", "app.py" ]
Expand Down

0 comments on commit d51ee6f

Please sign in to comment.