mirror of
https://github.com/skidoodle/spotify-ws
synced 2026-04-28 11:17:40 +02:00
fix docker
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
spotify-ws:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: spotify-ws
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user