Skip to content

Commit 291eee5

Browse files
committed
Update GH Actions
1 parent 0951c8e commit 291eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM sigri44/docker-symfony-php8:latest
33
# Composer
44
WORKDIR /var/www/html
55
COPY . ./
6-
RUN cp .env.alpha .env
6+
#RUN cp .env.dist .env
77
RUN composer install --prefer-dist --no-interaction --optimize-autoloader --no-progress
88

99
# HTTPS

0 commit comments

Comments
 (0)