diff options
author | bnewbold <bnewbold@robocracy.org> | 2023-05-11 13:22:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 13:22:56 -0700 |
commit | 34d8fa59916d87922c83a6cf93e3e288d43dadcc (patch) | |
tree | 25c5081d7999a1ee1dd70d96271a80262b4b84fa /Dockerfile | |
parent | d624b7cf58d1a594dc8e375ebe106d344ed03ccc (diff) | |
download | voidsky-34d8fa59916d87922c83a6cf93e3e288d43dadcc.tar.zst |
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
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
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. # |