2 lines
90 B
Bash
2 lines
90 B
Bash
|
#!/bin/bash
|
||
|
docker run -p 3000:3000 -d --name haifareminder docker.io/kfda89/haifareminder
|