From 34d8fa59916d87922c83a6cf93e3e288d43dadcc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 11 May 2023 13:22:56 -0700 Subject: top-level Makefile (#597) * top-level Makefile The primary motivation here is the `build-web` command, which calls the yarn build and then also copies over JS files. The Dockerfile does this and I always forget when doing it manually. * build-web: cp bundles in yarn command, not Makefile+Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 95f0ec02e..fbd13bebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,9 +35,6 @@ RUN \. "$NVM_DIR/nvm.sh" && \ # DEBUG RUN find ./bskyweb/static && find ./web-build/static -# Copy the bundle js files. -RUN cp --verbose ./web-build/static/js/*.* ./bskyweb/static/js/ - # # Generate the bksyweb Go binary. # -- cgit 1.4.1