bashrc working now

This commit is contained in:
2025-06-11 09:47:45 -04:00
parent 73558cf551
commit 3a5fdd88ba
3 changed files with 57 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
services:
linux.softwareshinobi.com-server:
container_name: linux.softwareshinobi.com-server
image: softwareshinobi/linux.softwareshinobi.com:server
build:
build:
context: server
@@ -20,17 +20,13 @@ services:
- "2222:22"
volumes:
- "./tmp:/tmp"
linux.softwareshinobi.com-landing:
container_name: linux.softwareshinobi.com-landing
image: softwareshinobi/linux.softwareshinobi.com:landing
build:
build:
context: landing
@@ -39,4 +35,3 @@ services:
ports:
- "2280:80"