first commit
This commit is contained in:
8
rebuildContainer.sh
Executable file
8
rebuildContainer.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#/bin/bash
|
||||
# Bauen Sie die React-App neu
|
||||
npm run build
|
||||
|
||||
# Erzwingen Sie einen Neubau des Docker-Images
|
||||
docker compose down
|
||||
docker compose build --no-cache
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user