minor changes
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
2025-09-28 02:34:04 +05:30
parent 54d72b4d66
commit 4058796b50
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
# network: host # network: host
container_name: homepage container_name: homepage
image: apps/homepage:0.0.3 image: apps/homepage:0.0.5
ports: ports:
- "3001:3000" # map host port 3000 to container - "3001:3000" # map host port 3000 to container
environment: environment:

View File

@@ -1,5 +1,5 @@
{ {
"name": "material-ui-react-router-ts", "name": "homepage",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {