Skip to content
Snippets Groups Projects
Verified Commit 6d7497fc authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 99d4232a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ image: docker:24
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p4
BUILD_VERSION: p5
services:
- docker:24-dind
......
......@@ -21,4 +21,4 @@ RUN set -ex; \
weird-birds/thunderbird_labels \
;
RUN sed -i '/exec "$@"/i composer require -n --no-dev' /docker-entrypoint.sh
RUN sed -i '/exec "$@"/i composer update -n --no-dev' /docker-entrypoint.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment