refactor: move the output directory
This commit is contained in:
parent
a455572098
commit
4f51883ba7
2 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,8 @@ FROM opdavies/sculpin-serve AS app
|
|||
WORKDIR /app
|
||||
|
||||
RUN adduser --disabled-password sculpin \
|
||||
&& chown sculpin:sculpin -R /app
|
||||
&& mkdir /output \
|
||||
&& chown sculpin:sculpin -R /app /output
|
||||
|
||||
###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue