add git for development
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -63,8 +63,9 @@ RUN apk --no-cache add php${PHP_VERSION} \
|
|||||||
php${PHP_VERSION}-fpm \
|
php${PHP_VERSION}-fpm \
|
||||||
php${PHP_VERSION}-curl \
|
php${PHP_VERSION}-curl \
|
||||||
php${PHP_VERSION}-pecl-redis \
|
php${PHP_VERSION}-pecl-redis \
|
||||||
vim \
|
|
||||||
curl \
|
curl \
|
||||||
|
vim \
|
||||||
|
git \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
@@ -19,8 +19,8 @@
|
|||||||
<div style="text-align:left;float:left">
|
<div style="text-align:left;float:left">
|
||||||
<a href="javascript:void()" id="vpn_btn">VPN</a>
|
<a href="javascript:void()" id="vpn_btn">VPN</a>
|
||||||
Status:
|
Status:
|
||||||
<span id="vpn_on" class="hidden green">ON</span>
|
<span id="vpn_on" class="hidden green"><b>ON</b></span>
|
||||||
<span id="vpn_off" class="hidden red">OFF</span>
|
<span id="vpn_off" class="hidden red"><b>OFF</b></span>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align:right;float:right">
|
<div style="text-align:right;float:right">
|
||||||
<a href="javascript:void()" id="settings_btn">SETTINGS</a>
|
<a href="javascript:void()" id="settings_btn">SETTINGS</a>
|
||||||
|
Reference in New Issue
Block a user