Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma7-7-7 committed Mar 5, 2024
1 parent b498ead commit 45ea5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run:

# Docker
build-docker:
docker build -t clipboard-share:$(VERSION) .
docker build -t clipboard-share-api:$(VERSION) .

run-docker:
docker run -p 8080:8080 -v $(shell pwd)/db:/app/db -v $(shell pwd)/configs:/app/config --name clipboard-share clipboard-share:$(VERSION)
docker run -p 8080:8080 -v $(shell pwd)/db:/app/db -v $(shell pwd)/configs:/app/config --name clipboard-share-api clipboard-share-api:$(VERSION)
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
volumes:
- ./db/:/app/db/
- ./configs/:/app/config/
network_mode: "host"
web:
build: ./web
ports:
Expand Down

0 comments on commit 45ea5dd

Please sign in to comment.