Use lighter vue-cli instead of clunky manual webpack config
This commit is contained in:
parent
b04698ee02
commit
e3040de444
38 changed files with 3336 additions and 4119 deletions
|
|
@ -5,9 +5,9 @@ RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/downloa
|
|||
|
||||
EXPOSE 8080
|
||||
WORKDIR /app/
|
||||
ADD package.json .
|
||||
ADD package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["npm", "run", "dev"]
|
||||
CMD ["yarn", "serve"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue