https://github.com/roosoft/elixir-deploy
Base image including Elixir as well as Node.js and npm
https://github.com/roosoft/elixir-deploy
Last synced: 5 months ago
JSON representation
Base image including Elixir as well as Node.js and npm
- Host: GitHub
- URL: https://github.com/roosoft/elixir-deploy
- Owner: RooSoft
- Created: 2021-08-06T16:46:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T14:00:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T06:27:26.969Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elixir-deploy
Base Docker image including Elixir as well as Node.js and npm
## how to build
```bash
docker build -t elixir-deploy:1.12.2 .
```