mirror of
https://github.com/daledavies/jump.git
synced 2026-02-25 15:50:45 +01:00
Correct a comment in dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ RUN composer install --no-dev \
|
||||
--no-interaction \
|
||||
--no-progress
|
||||
|
||||
# Switch to trafex/php-nginx image and copy application files into it.
|
||||
# Switch to base alpine image so we can copy application files into it.
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
Reference in New Issue
Block a user