diff --git a/app/Dockerfile b/app/Dockerfile new file mode 100644 index 0000000..d374189 --- /dev/null +++ b/app/Dockerfile @@ -0,0 +1,6 @@ +FROM node:12-alpine + RUN apk add --no-cache python g++ make + WORKDIR /app + COPY . . + RUN yarn install --production + CMD ["node", "src/index.js"] \ No newline at end of file diff --git a/app/src/static/js/app.js b/app/src/static/js/app.js index 4ec962c..4bdcb36 100644 --- a/app/src/static/js/app.js +++ b/app/src/static/js/app.js @@ -53,7 +53,7 @@ function TodoListCard() { {items.length === 0 && ( -

No items yet! Add one above!

+

Que paso amiguito aun no hay items en la Lista!!. Agrega unos para porbar!!

)} {items.map(item => (