build better

This commit is contained in:
abs3nt 2023-03-10 08:20:34 -08:00
parent 91f0f6a92d
commit 2be76dfa12
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ COPY package.json .
COPY yarn.lock .
RUN yarn install
COPY . .
RUN yarn extract
RUN yarn compile
RUN yarn build
FROM cr.gfx.cafe/open/swim/swim:v0.0.5
COPY --from=NODEBUILDER /wd/dist dist