mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
chore: remove unused historic image files
This commit is contained in:
@@ -15,8 +15,10 @@
|
||||
```bash
|
||||
docker build -t drone-demo-app .
|
||||
```
|
||||
|
||||
3. 运行容器:
|
||||
```bash
|
||||
docker run -p 8080:8080 drone-demo-app
|
||||
```
|
||||
|
||||
4. 访问 `http://localhost:8080` 查看效果。
|
||||
|
||||
Reference in New Issue
Block a user