From 1b1601e4c449254b114522b3c49ab4b126f89cc8 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 15 Nov 2024 21:20:29 -0600 Subject: Update config and work on shell/docker --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index be8870e..16cc8c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ LABEL maintainer="parker " WORKDIR / COPY . . +RUN chmod +x linklogger.sh RUN pip install -r requirements.txt RUN apt-get update && apt-get install -y nginx && \ @@ -22,4 +23,4 @@ COPY --from=build-ui /app/dist /usr/share/nginx/html # Replace the default site with the LinkLogger config COPY nginx.conf /etc/nginx/sites-enabled/default -CMD service nginx start && python -u linklogger.py \ No newline at end of file +CMD ["./linklogger.sh"] \ No newline at end of file -- cgit v1.2.3-70-g09d2