Skip to content

Add Dockerfile#15

Open
jcccn wants to merge 1 commit intopoe-platform:mainfrom
jcccn:main
Open

Add Dockerfile#15
jcccn wants to merge 1 commit intopoe-platform:mainfrom
jcccn:main

Conversation

@jcccn
Copy link
Copy Markdown

@jcccn jcccn commented May 16, 2023

Add the support for containers.

# Building an image from a Dockerfile:
docker build -t api-bot-tutorial:latest -f Dockerfile .

# Creating and running a new container from the image:
docker run -p 8000:8000 -d --name api-bot-tutorial api-bot-tutorial:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant