KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
phoenix-docker
★ 84
Open GitHub ↗
Phoenix Framework dockerfile
Download README (.md)
Explore Similar Repositories
civilizer
:
Civilizer - Tool to efficiently manage your data/knowledge/idea
gcegrpc
:
gRPC client/server for Google Cloud (GKE, GCE, Istio, Traffic Director, grpc-web)
jaro-winkler
:
The Jaro-Winkler distance metric for node and browser.
yii2-psr-log-target
:
Yii 2.0 log target that is able to write messages to PSR-3 compatible logger
BaRK-OPRF
:
Efficient Batched Oblivious PRF with Applications to Private Set Intersection (CCS 2016)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
phoenix-docker
?
Download (.md)
# phoenix-docker Phoenix Framework dockerfile ### clone phoenix-docker git clone https://github.com/indatawetrust/phoenix-docker.git && cd phoenix-docker ### build image sudo docker build -t phoenix-docker . ### run container sudo docker run -it -p 4000:4000 --name server phoenix-docker ### start container sudo docker start server ### container bash sudo docker exec -it server bash ### start phoenix server elixir --detached -S mix phoenix.server 