mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update Dockerfile
Adding a needed volumen.
This commit is contained in:
parent
b32ddc453d
commit
8d17acb1a8
1 changed files with 2 additions and 1 deletions
|
|
@ -41,8 +41,9 @@ RUN install -d -m 0770 -o osem -g root $DATA_DIR
|
|||
VOLUME ["$DATA_DIR"]
|
||||
|
||||
# data persistence for uploaded files (logos, other pictures, etc)
|
||||
RUN install -d -m 0755 -o osem -g osem /osem/ /osem/tmp /osem/tmp/uploads/
|
||||
RUN install -d -m 0755 -o osem -g osem /osem/ /osem/tmp /osem/tmp/uploads/ /osem/public/ /osem/public/system/
|
||||
VOLUME ["/osem/tmp/uploads/"]
|
||||
VOLUME ["/osem/public/system/"]
|
||||
|
||||
USER osem
|
||||
EXPOSE 9292
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue