Schneespur — Open-source winter service documentation software (PWA + Admin). GPS tracking via OwnTracks, weather data, photo evidence, and legally compliant service records for winter maintenance operators. License: AGPL-3.0-or-later
3 lines
125 B
Bash
Executable file
3 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
cd $(dirname $0)/../
|
|
docker run --rm -ti -v ${PWD}:/app $(docker build -q . -f .devcontainer/Dockerfile) /bin/bash
|