fix typo
This commit is contained in:
parent
321307fb9a
commit
53b75f2953
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/02-symfony.sh \
|
|||
&& echo "php bin/console cache:clear" >> /docker-entrypoint-init.d/02-symfony.sh \
|
||||
&& echo "php bin/console doc:mig:mig --no-interaction" >> /docker-entrypoint-init.d/02-symfony.sh \
|
||||
&& echo "php bin/console cache:clear" >> /docker-entrypoint-init.d/02-symfony.sh \
|
||||
&& chmod +x /docker-entrypoint-init.d/02--symfony.sh
|
||||
&& chmod +x /docker-entrypoint-init.d/02-symfony.sh
|
||||
|
||||
RUN --mount=type=secret,id=ARTIFACT_USER \
|
||||
--mount=type=secret,id=ARTIFACT_SECRET \
|
||||
|
|
Loading…
Add table
Reference in a new issue