From af817b6b5f530a1a062cee708043dc3a41155aba Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 13 Aug 2022 20:14:43 -0700 Subject: Merge Dockerfile and example files for backend support example (#7) * Add template dockerfile for testing * Switch to holo-docker image * Add default entrypoint.sh * Updated dockerfile to reflect CI/CD on database * Add template makefile, main.c * Adjusted entrypoint.sh to actually build binary * Made entrypoint.sh executable * Big README update and comments in Dockerfile --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 76f76c5..17a9665 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,7 @@ __pycache__/ yalc.lock .vscode/settings.json + +# Ignore output folder + +backend/out -- cgit v1.2.3