Skip to content

Commit

Permalink
Docker test image: Use zip in stead of tar for the composer archive. …
Browse files Browse the repository at this point in the history
…This makes sure long filenames can be used
  • Loading branch information
quartje committed Dec 12, 2023
1 parent 3f1a1e4 commit dcd348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/openconext/openconext-basecontainers/php82-apache2:latest
# Set the default workdir
WORKDIR /var/www/html
ADD output.tar /var/www/html/
ADD output.zip /var/www/html/
# Add the application configuration files
RUN cp .env.dist .env
RUN cp config/openconext/parameters.yaml.dist config/openconext/parameters.yaml
Expand Down

0 comments on commit dcd348d

Please sign in to comment.