Moved to Forgejo infrastructure
This commit is contained in:
parent
b5b082bc5d
commit
30a89d6662
14 changed files with 1455 additions and 861 deletions
14
devops/Dockerfile
Normal file
14
devops/Dockerfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
FROM node:lts-alpine
|
||||
|
||||
ENV NITRO_CLUSTER_WORKERS=4
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY output ./
|
||||
|
||||
ENV PORT=3000
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "/app/server/index.mjs"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue