Ports over the improvements to the frontend compilation from other PR

This commit is contained in:
Trenton Holmes 2022-04-24 14:18:51 -07:00
parent d19015579c
commit ecca51dbdd
No known key found for this signature in database
GPG Key ID: 4815A6E23A56B8D1

View File

@ -3,7 +3,8 @@
FROM node:16-bullseye-slim AS compile-frontend
COPY . /src
COPY ./src /src/src
COPY ./src-ui /src/src-ui
WORKDIR /src/src-ui
RUN set -eux \