Skip to content

Commit

Permalink
refactor(admin)!: rename frontend -> admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel7004 committed Dec 24, 2024
1 parent c1cd47e commit 7f345dc
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: '3.9'
services:
admin:
build:
context: ./frontend
context: ./admin
dockerfile: Containerfile
ports:
- '8888:8000' # Map host port 8888 to container port 8000 (Deno app)
volumes:
- ./frontend:/app:ro # Mount the local frontend directory to /app in the container
- ./admin:/app:ro # Mount the local frontend directory to /app in the container
depends_on:
- backend
networks:
Expand Down

0 comments on commit 7f345dc

Please sign in to comment.