mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Adding suggested better syntax
This commit is contained in:
parent
4c1a9078fe
commit
3afe905448
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ RUN install -d -m 0770 -o osem -g root $DATA_DIR
|
|||
# data persistence for uploaded files (logos, other pictures, etc)
|
||||
RUN mkdir 0775 -p /osem/tmp/cache /osem/tmp/uploads/ && \
|
||||
chown -R osem.osem /osem/tmp/
|
||||
VOLUME ["$DATA_DIR"] ["/osem/tmp/uploads/"] ["/osem/public/system/"]
|
||||
VOLUME ["$DATA_DIR", "/osem/tmp/uploads/", "/osem/public/system/"]
|
||||
|
||||
USER osem
|
||||
EXPOSE 9292
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue