Skip to content

zied-jt/coach-planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coach-planner

Example of a Dockerfile with Poetry and Google Cloud Build.

You can have more explaination in the article I wrote here.

Usage

Building image:

$ docker build --tag poetry --file docker/Dockerfile .

Building image with specific target

$ docker build --target development -t poetry --file docker/Dockerfile .

Running built image

$ docker run -p 8888:8888 -it poetry

Getting a shell

$ docker run -p 8888:8888 --entrypoint /bin/bash -it poetry

Contributors

Thanks:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 89.4%
  • Python 6.7%
  • Shell 3.9%