Renamed web directory to jumpapp

This commit is contained in:
Dale Davies
2022-02-04 10:47:59 +00:00
parent 46fffeb46e
commit 381d271f96
33 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Start with the official composer image, copy application files and install # Start with the official composer image, copy application files and install
# dependencies. # dependencies.
FROM composer AS composer FROM composer AS builder
COPY web/ /app COPY jumpapp/ /app
RUN composer install --no-dev \ RUN composer install --no-dev \
--optimize-autoloader \ --optimize-autoloader \
--no-interaction \ --no-interaction \
@@ -9,7 +9,7 @@ RUN composer install --no-dev \
# Switch to trafex/php-nginx image and copy application files into it. # Switch to trafex/php-nginx image and copy application files into it.
FROM trafex/php-nginx FROM trafex/php-nginx
COPY --chown=nginx --from=composer /app /var/www/html COPY --chown=nginx --from=builder /app /var/www/html
# The trafex/php-nginx image runs as "nobody" user so we need to switch to root # The trafex/php-nginx image runs as "nobody" user so we need to switch to root
# so we can make changes inside the container. # so we can make changes inside the container.

View File

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

Before

Width:  |  Height:  |  Size: 534 KiB

After

Width:  |  Height:  |  Size: 534 KiB

View File

Before

Width:  |  Height:  |  Size: 780 KiB

After

Width:  |  Height:  |  Size: 780 KiB

View File

Before

Width:  |  Height:  |  Size: 726 KiB

After

Width:  |  Height:  |  Size: 726 KiB

View File

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 304 KiB

View File

Before

Width:  |  Height:  |  Size: 845 KiB

After

Width:  |  Height:  |  Size: 845 KiB

View File

Before

Width:  |  Height:  |  Size: 305 KiB

After

Width:  |  Height:  |  Size: 305 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 76 B

After

Width:  |  Height:  |  Size: 76 B

View File

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 418 B

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB