Skip to content

Commit 79ae4e7

Browse files
committed
move docker init to script init
1 parent 0c61bb8 commit 79ae4e7

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docker_infrastructrue_down:
6464

6565
.PHONY : up
6666
up: logo docker_build docker_infrastructrue_up docker_app_run
67-
cd sit/docker/init && sh ./init.sh
67+
cd sit/docker && sh ./init.sh
6868
@cat sit/info
6969

7070
.PHONY : down
File renamed without changes.
File renamed without changes.
File renamed without changes.

sit/docker/init.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker run --rm --network host -it -v ${PWD}/../../script/init:/tmp python:3-slim /bin/bash /tmp/run.sh

sit/docker/init/init.sh

-1
This file was deleted.

0 commit comments

Comments
 (0)