Skip to content

Commit

Permalink
Add Docker setup and CI workflow for image build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry2080 committed Nov 11, 2024
1 parent d87f3c0 commit 183b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY backend/build/docker/app/configs /
COPY main/build/configs /

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
COPY composer.json composer.lock symfony.lock /var/www/
COPY backend/composer.json backend/composer.lock backend/symfony.lock /var/www/
RUN composer install --no-scripts --prefer-dist --no-autoloader

COPY backend/ /var/www
Expand Down

0 comments on commit 183b21f

Please sign in to comment.