chore: deno fmt
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -4,10 +4,10 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .:/app # Mount the local directory to /app in the container
|
||||
working_dir: /app # Set the working directory inside the container to /app
|
||||
command: run --env-file -A --watch=static/,routes/ dev.ts # Custom start command
|
||||
- .:/app # Mount the local directory to /app in the container
|
||||
working_dir: /app # Set the working directory inside the container to /app
|
||||
command: run --env-file -A --watch=static/,routes/ dev.ts # Custom start command
|
||||
ports:
|
||||
- "8000:8000" # Expose the container port
|
||||
- "8000:8000" # Expose the container port
|
||||
environment:
|
||||
- DATA_DIR=/app/data # Set the environment variable inside the container
|
||||
- DATA_DIR=/app/data # Set the environment variable inside the container
|
||||
|
||||
Reference in New Issue
Block a user