Update app container working directory

This commit is contained in:
Matt Isenhower 2022-08-28 18:01:46 -07:00
parent fc3536b0f5
commit 4932d7863e

View File

@ -4,6 +4,7 @@ services:
app:
image: node:18
restart: unless-stopped
working_dir: /app
volumes:
- ./:/app