Add docker configuration for building and running the application, including a dockerfile and docker-compose.yml. Set up go modules with dependencies and create the basic api structure with main.go, models, and wrapper files. Include .dockerignore and .gitignore files to manage ignored files and directories. Add constants for ipatool path and global flags.
3 lines
34 B
Plaintext
3 lines
34 B
Plaintext
.git
|
|
Dockerfile
|
|
docker-compose.yml |