move to client code only
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
FROM node:15.11.0-alpine3.13
|
||||
RUN apk add git -f
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn && cd app && yarn && cd ..
|
||||
RUN yarn electron:package
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
Reference in New Issue
Block a user