Skip to content

Commit

Permalink
EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Jan 16, 2025
1 parent e4f073a commit dc104b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apcd_cms/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COMPOSE_PROJECT_NAME=apcd-cms
COMPOSE_PROJECT_NAME=apcd-cms
2 changes: 1 addition & 1 deletion apcd_cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
RUN cp -R /code/client/dist/react-assets.html /code/taccsite_custom/apcd_cms/templates/react-asset.html
2 changes: 1 addition & 1 deletion apcd_cms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ stop:

.PHONY: stop-full
stop-v:
$(DOCKER_COMPOSE_CMD) -f docker-compose.dev.yml down -v
$(DOCKER_COMPOSE_CMD) -f docker-compose.dev.yml down -v

0 comments on commit dc104b3

Please sign in to comment.