Renamed web directory to jumpapp
@@ -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.
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 534 KiB After Width: | Height: | Size: 534 KiB |
|
Before Width: | Height: | Size: 780 KiB After Width: | Height: | Size: 780 KiB |
|
Before Width: | Height: | Size: 726 KiB After Width: | Height: | Size: 726 KiB |
|
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
|
Before Width: | Height: | Size: 845 KiB After Width: | Height: | Size: 845 KiB |
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 305 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
0
web/composer.lock → jumpapp/composer.lock
generated
|
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 706 B |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |