mirror of
https://github.com/sakaljurgis/actions-api.git
synced 2026-07-08 22:07:40 +00:00
add git to docker
This commit is contained in:
@@ -12,6 +12,8 @@ RUN if [ -z "${UID}" ] ; then echo UID argument is NOT provided ; else usermod -
|
||||
# enable mod_rewrite for laravel routing to work (.htaccess)
|
||||
RUN a2enmod rewrite
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
|
||||
COPY . /var/www/html
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user