build(docker): add Dockerfile

This commit is contained in:
2024-07-26 00:04:07 +03:00
parent b3d88997eb
commit c9e52c43a9
5 changed files with 37 additions and 1 deletions

5
scripts/run Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
cd "$(dirname $(dirname "$0"))" || exit
docker run --rm -p 8000:80 shmyga/weather