fix: 🔥 update qr package

This commit is contained in:
Leifer Mendez
2023-01-10 22:46:08 +01:00
parent 16e4575777
commit ecde23fdea
34 changed files with 105 additions and 525 deletions

View File

@@ -1,7 +1,9 @@
FROM node:lts-bullseye as bot
FROM node:18-bullseye as bot
WORKDIR /app
COPY package*.json ./
RUN npm i
COPY . .
ARG RAILWAY_STATIC_URL
ARG PUBLIC_URL
ARG PORT
CMD ["npm", "start"]