mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
restructure stuff, add logging, use node 20
This commit is contained in:
11
dockerfile
Normal file
11
dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock /app/
|
||||
RUN yarn install
|
||||
|
||||
COPY public/ views/ /app/
|
||||
COPY index.js /app/
|
||||
|
||||
CMD [ "yarn", "run", "start" ]
|
||||
Reference in New Issue
Block a user