Refactor project structure: remove obsolete files, add new Dockerfile for Apache, and integrate React app with TypeScript support
This commit is contained in:
parent
d907d4df38
commit
0fa3c7715b
32 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
webserver:
|
||||
build: docker/apache2
|
||||
build: ./apache2
|
||||
container_name: webserver
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
@ -9,7 +9,7 @@ services:
|
|||
networks:
|
||||
- mynetwork
|
||||
attacker:
|
||||
build: docker/attacker
|
||||
build: ./attacker
|
||||
container_name: attacker
|
||||
ports:
|
||||
- 5001:5001
|
Loading…
Add table
Add a link
Reference in a new issue