https://github.com/alaricode/docker-demo
https://github.com/alaricode/docker-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alaricode/docker-demo
- Owner: AlariCode
- Created: 2021-05-27T14:02:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T08:30:56.000Z (12 months ago)
- Last Synced: 2025-04-14T03:13:42.607Z (2 months ago)
- Language: TypeScript
- Size: 709 KB
- Stars: 39
- Watchers: 2
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Демо для курса по Docker
Сборка сервиса
```
docker build -t test -f apps/api/Dockerfile .
```