From dc104b3c17454088a7506adc3c043a36137ba4c5 Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Thu, 16 Jan 2025 17:49:45 -0600 Subject: [PATCH] EOF --- apcd_cms/.env | 2 +- apcd_cms/Dockerfile | 2 +- apcd_cms/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apcd_cms/.env b/apcd_cms/.env index 81fc2b49..129c4153 100644 --- a/apcd_cms/.env +++ b/apcd_cms/.env @@ -1 +1 @@ -COMPOSE_PROJECT_NAME=apcd-cms \ No newline at end of file +COMPOSE_PROJECT_NAME=apcd-cms diff --git a/apcd_cms/Dockerfile b/apcd_cms/Dockerfile index 2c679f82..869035c5 100644 --- a/apcd_cms/Dockerfile +++ b/apcd_cms/Dockerfile @@ -14,4 +14,4 @@ RUN apt-get install -y nodejs RUN chmod u+x /code/client/build_client.sh && /code/client/build_client.sh RUN cp -R /code/client/dist/static/assets/. /code/taccsite_custom/apcd_cms/static/assets/ -RUN cp -R /code/client/dist/react-assets.html /code/taccsite_custom/apcd_cms/templates/react-asset.html \ No newline at end of file +RUN cp -R /code/client/dist/react-assets.html /code/taccsite_custom/apcd_cms/templates/react-asset.html diff --git a/apcd_cms/Makefile b/apcd_cms/Makefile index db458377..095a7d38 100644 --- a/apcd_cms/Makefile +++ b/apcd_cms/Makefile @@ -36,4 +36,4 @@ stop: .PHONY: stop-full stop-v: - $(DOCKER_COMPOSE_CMD) -f docker-compose.dev.yml down -v \ No newline at end of file + $(DOCKER_COMPOSE_CMD) -f docker-compose.dev.yml down -v