Skip to content

Commit 822cdae

Browse files
authored
make build.sh more accurately match what the github workflow does (thecodingmachine#491)
1 parent a6a57ba commit 822cdae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ ARG DEBIAN_FRONTEND=noninteractive
33
ARG XDEBUG_MODE=coverage
44
RUN apt update -y && apt install -y git composer php-cli php-dom php-curl php-xdebug vim
55
WORKDIR /app
6-
CMD cd /app/generator/doc && ./update.sh && cd /app/generator && composer install && php ./safe.php generate && composer cs-fix
6+
CMD cd /app/generator/doc && ./update.sh && \
7+
cd /app && composer install && \
8+
cd /app/generator && composer install && php ./safe.php generate

0 commit comments

Comments
 (0)