mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
move back to /frontend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user