diff --git a/Dockerfile b/Dockerfile index 48db6f8..c7b6e3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY package*.json ./ RUN npm install -g npm@latest RUN npm i -g @quasar/cli -COPY . . +COPY . . # build stage FROM develop-stage as build-stage diff --git a/dockerizar.sh b/dockerizar.sh old mode 100755 new mode 100644 index f824e48..a3a7017 --- a/dockerizar.sh +++ b/dockerizar.sh @@ -1,5 +1,6 @@ #!/bin/bash +git pull docker build -t dockerize-quasar-listas . docker rm -f listas && docker run -d --name=listas --restart unless-stopped -p 33329:80 dockerize-quasar-listas docker system prune -docker image prune -a \ No newline at end of file +docker image prune -a diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue index 6da1a42..5cb98d2 100644 --- a/src/pages/IndexPage.vue +++ b/src/pages/IndexPage.vue @@ -1,4 +1,15 @@