Skip to content

Commit 5030304

Browse files
committed
lint: styling
1 parent c2f9065 commit 5030304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ services:
1717
context: .
1818
dockerfile: packages/server/Dockerfile
1919
args:
20-
DATABASE_URL: ${DATABASE_URL:-postgresql://user:password@postgres:5432/thoughtswap}
21-
PORT: ${SERVER_PORT:-3001}
20+
DATABASE_URL: ${DATABASE_URL:-postgresql://user:password@postgres:5432/thoughtswap}
21+
PORT: ${SERVER_PORT:-3001}
2222
restart: always
2323
command: sh -c "npx prisma migrate deploy && npm start"
2424
ports:

0 commit comments

Comments
 (0)