feat: set default workdir
This commit is contained in:
parent
ac8101c7f3
commit
10538b22b1
1 changed files with 5 additions and 2 deletions
|
@ -57,8 +57,11 @@ RUN install-php-extensions mbstring \
|
||||||
ctype \
|
ctype \
|
||||||
common; \
|
common; \
|
||||||
|
|
||||||
# Install phive, phab and ncc
|
# Install phive, phab and ncc; create workdir
|
||||||
chmod +x phive.phar; \
|
chmod +x phive.phar; \
|
||||||
mv phive.phar /usr/local/bin/phive; \
|
mv phive.phar /usr/local/bin/phive; \
|
||||||
phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C; \
|
phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C; \
|
||||||
cd ncc; php build/src/INSTALL --auto --install-composer; cd ..; rm -rf ncc
|
cd ncc; php build/src/INSTALL --auto --install-composer; cd ..; rm -rf ncc; \
|
||||||
|
mkdir /app
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
Loading…
Add table
Reference in a new issue