Solutions to the Advent of Code 2022 programming puzzles.
The docker-builder
folder is a docker container that can be used to build the project.
Build with docker-builder/build.sh
.
Builds a docker image of the project in a scratch container.
Build with docker-compose build
.
Runs the project, with dependencies, suitable for use in integration testing.
Run with docker-compose up
.
- Aidan Nagorcka-Smith ([email protected])