https://github.com/lucasplopes/gin-greetings
https://github.com/lucasplopes/gin-greetings
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasplopes/gin-greetings
- Owner: LucasPLopes
- Created: 2024-05-06T03:02:50.000Z (about 2 years ago)
- Default Branch: feature/hello
- Last Pushed: 2024-05-06T03:28:30.000Z (about 2 years ago)
- Last Synced: 2025-02-02T03:26:46.751Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker build
```
docker build-t gin-greetings .
```
# Docker run
```
docker run -p 8080:8080 gin-greetings
```