move back to /frontend

This commit is contained in:
mbecker20
2024-01-06 15:20:29 -08:00
parent 57ed905140
commit 02a313d70b

View File

@@ -2,7 +2,7 @@ FROM node:20.5-alpine
WORKDIR /app
COPY ./frontend-v2 ./frontend
COPY ./frontend ./frontend
COPY ./client/ts ./client
RUN cd client && yarn && yarn build && yarn link