Feat(all): back and front communicate

This commit is contained in:
2023-06-07 07:28:42 +02:00
parent 12a0ef71d0
commit 55c582084f
11 changed files with 173 additions and 76 deletions

View File

@@ -8,6 +8,7 @@ FROM node-base as node-prepared
RUN npm install @vue/cli@5.0.8 -g
COPY package.json .
COPY yarn.json .
RUN yarn install
FROM node-prepared as vue-set