What do you think about moving this environment variable from compile time to runtime? Since we aren't compiling the assets themselves in, I think that would be a more natural arrangement. We'd also need to add an ENV ASSET_DIR = ... directive in the Dockerfile. We could then clean up build.rs a bit as well.
Originally posted by @divergentdave in #2251 (comment)
What do you think about moving this environment variable from compile time to runtime? Since we aren't compiling the assets themselves in, I think that would be a more natural arrangement. We'd also need to add an
ENV ASSET_DIR = ...directive in the Dockerfile. We could then clean upbuild.rsa bit as well.Originally posted by @divergentdave in #2251 (comment)