src update
This commit is contained in:
parent
64540554a9
commit
04a29e7d13
@ -6,4 +6,4 @@ RUN apt-get update \
|
|||||||
|
|
||||||
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY ./bashrc /root/.bashrc
|
COPY ./bashrc /root/.bashrc
|
||||||
COPY ./inputrc /root/.inputrc
|
COPY ./inputrc /root/.inputrc
|
3
Makefile
3
Makefile
@ -24,6 +24,9 @@ build:
|
|||||||
buildnc:
|
buildnc:
|
||||||
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME)
|
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME)
|
||||||
|
|
||||||
|
buildnc_mysql:
|
||||||
|
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME) mysql
|
||||||
|
|
||||||
downbuildup: down build up
|
downbuildup: down build up
|
||||||
|
|
||||||
up:
|
up:
|
||||||
|
2
src
2
src
@ -1 +1 @@
|
|||||||
Subproject commit 959622891e817e3538eb4c05b47474d5919c8063
|
Subproject commit ad1af49cecbe355a446a57c5e264ab59ef5767a7
|
Loading…
x
Reference in New Issue
Block a user