Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 470 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 470 Bytes

This is my character of D&D3.5

It was used for one adventure.

To run this application in debug run:

flask --debug run

To create a container there is a makefile
build image:

make build

run container

make create

erase container

make erase

If you wannt to change default parameter:

  • IMAGE : name of image you want to build or use
  • CONTAINER
  • PORT Example:
make run IMAGE=my_image PORT=1236 CONTAINER=my_container name