https://github.com/jdan/factor-docker
Learning what this Docker thing is by way of a Factor web server
https://github.com/jdan/factor-docker
Last synced: 5 months ago
JSON representation
Learning what this Docker thing is by way of a Factor web server
- Host: GitHub
- URL: https://github.com/jdan/factor-docker
- Owner: jdan
- Created: 2020-10-02T19:33:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-03T20:37:49.000Z (over 5 years ago)
- Last Synced: 2025-06-02T01:27:30.426Z (about 1 year ago)
- Language: Factor
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
# to build an image from this repo
docker build --tag factor .
# to run
docker-compose up --build -d