mirror of
https://gricad-gitlab.univ-grenoble-alpes.fr/tienyoun/presentations.git
synced 2026-09-26 21:41:08 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM node:lts-alpine3.20
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
COPY index.js ./
|
||||
RUN npm ci
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user