mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-23 15:43:46 +00:00
fix path to dist folder in build
This commit is contained in:
parent
43a721ee5a
commit
0dc01019fe
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue