From 5d8be4568df386f5ba81540c60dd3d551b9faa4e Mon Sep 17 00:00:00 2001 From: Jesse James Isler Date: Wed, 8 Jun 2022 21:24:38 +0000 Subject: [PATCH 1/2] Update 'Dockerfile' --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0baa450..af4c4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,8 @@ RUN rm -rf ./* # Copy static assets from builder stage COPY --from=builder /app/dist/schedulord-frontend . # Containers run nginx with global directives and daemon off -ENTRYPOINT ["nginx", "-g", "daemon off;"] + +#ENTRY POINT ["nginx", "-g"] + +#ENTRYPOINT ["nginx", "-g", "daemon off;"] EXPOSE 80 \ No newline at end of file From bc74ec710d159dc74860baca44185f4889a3e7f4 Mon Sep 17 00:00:00 2001 From: Jesse James Isler Date: Thu, 9 Jun 2022 09:45:33 +0200 Subject: [PATCH 2/2] skipping tests because dumb Added testing Yes, jenkins will build this twice. Once the app and once for the dockerfile. Sue me Added testing Yes, jenkins will build this twice. Once the app and once for the dockerfile. Sue me Cleaning up updated maybe now? damnit fixed agent Work damnit! fixed :/ added tools ... fixed indentation I'm a stupid donkey Jenkins