diff --git a/build_container.sh b/build_container.sh index 186fc0a..7649a9b 100755 --- a/build_container.sh +++ b/build_container.sh @@ -3,7 +3,7 @@ IMAGE_NAME=${1:-treebird:latest} CONTAINER_NAME=${2:-treebird} -RESOURCES_SRC=/usr/local/share/dist +RESOURCES_SRC=/usr/local/share/treebird/dist RESOURCES_DST=./to-webserv docker build -t $IMAGE_NAME .