Skip to content

Commit

Permalink
Restore [validation worked]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecode committed Mar 29, 2023
1 parent e79335d commit 1f543b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AzurePipelines.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM jdecode/xdev:php-npx

WORKDIR /var/www/html

COPY ./index.php /var/www/html/index.php
COPY . /var/www/html

#RUN composer install -n --prefer-dist
RUN composer install -n --prefer-dist

#RUN composer run deployer
RUN composer run deployer

#RUN chmod +x /var/www/html/deployer
#
Expand Down
3 changes: 0 additions & 3 deletions index.php

This file was deleted.

0 comments on commit 1f543b4

Please sign in to comment.