mirror of
https://github.com/arnaucube/mirror-to-gitea.git
synced 2026-02-06 19:16:42 +01:00
initial commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
CMD [ "/app/docker-entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user