diff --git a/Makefile b/Makefile index 7d88f9e..491a2bf 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ help: ## Display this help patch: ## Patch endpoints @echo "# you can edit excalidraw.env.production to change endpoints" cp excalidraw.env.production excalidraw/.env.production - cp excalidraw.dockerignore excalidraw/..dockerignore + cp excalidraw.dockerignore excalidraw/.dockerignore .PHONY: images images: ## Build docker images diff --git a/VERSION b/VERSION index 258d34f..dee52ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0-3b75ea1-dirty \ No newline at end of file +v0.1.0-362de13 diff --git a/docker-compose.yaml b/docker-compose.yaml index 17cd42b..98008dc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,14 +2,14 @@ services: frontend: - image: excalidraw:v0.1.0-d972cac-dirty + image: excalidraw:v0.1.0-362de13 environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables - PORT=8080 ports: - 80:80 storage: - image: excalidraw-storage-backend:v0.1.0-d972cac-dirty + image: excalidraw-storage-backend:v0.1.0-362de13 restart: always environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables - PORT=8081 @@ -17,6 +17,6 @@ services: - 8081:8081 room: - image: excalidraw-room:v0.1.0-d972cac-dirty + image: excalidraw-room:v0.1.0-362de13 ports: - 8082:8080 \ No newline at end of file