Verified Commit 144a8fd3 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

chore: remove bash script for restarting modocot

should be replaced with a cronjob or something, but machine specific,
nothing todo in the backend logic repo
parent 8cd33a1c
#!/bin/bash
# Stop the running backend
docker stop modocot-backend
# Delete the existing container
docker rm modocot-backend
# Pull the new version from DockerHub
docker pull hftstuttgart/modocot-backend
# Build the container and start it
docker run --name modocot-backend -p 8888:8081 hftstuttgart/modocot-backend:latest &
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment