commit eabde5aceb8ddd26813a902187b5b55be16dba10 Author: Dovi Cowan Date: Thu Feb 23 16:30:58 2023 +0000 test create app diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..0b5b7d0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM bitnami/git:2.39.2 + +WORKDIR /app/www + +RUN ls \ No newline at end of file