mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 21:25:43 +00:00
chore: rename dockerfiles
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
container_name: tinyauth-frontend
|
container_name: tinyauth-frontend
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.site.dev
|
dockerfile: site/Dockerfile.dev
|
||||||
volumes:
|
volumes:
|
||||||
- ./site/src:/site/src
|
- ./site/src:/site/src
|
||||||
ports:
|
ports:
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
container_name: tinyauth-backend
|
container_name: tinyauth-backend
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.app.dev
|
dockerfile: Dockerfile.dev
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./internal:/tinyauth/internal
|
- ./internal:/tinyauth/internal
|
||||||
|
|||||||
Reference in New Issue
Block a user