All checks were successful
Build and Push Docker Image / build (push) Successful in 4m14s
eve_structure
A small Flask server for managing orders.
Requirements
- Python
- Docker
Setup
Install the Python dependencies:
pip install -r requirements.txt
Running for Development
python main.py
Running with Docker
Build the Docker image:
docker build -t eve_structure .
Or simply use Docker Compose:
docker-compose up
Notes
instancedirectory is used to store the database (orders.json).
Description
Languages
HTML
63.6%
Python
36%
Dockerfile
0.4%