1
0
Fork 0

Change management to use bucket URL

main
Ambrose Chua 2020-06-13 16:57:56 +08:00
parent bb711d3014
commit fe5791ec4a
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ container: .containertest .container
touch $@
DEV_BUCKET ?= test.ambrose.photos
DEV_BUCKET ?= http://api.ambrose.photos:9000/test.ambrose.photos
.PHONY: dev
# Start a development server
dev: $(SOURCE)/* $(OUTPUT)/index.html $(shared_copy_files) | container