mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Dockerfile for mintlify docs
This commit is contained in:
5
docs/Dockerfile
Normal file
5
docs/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["npx", "mint", "dev"]
|
||||
Reference in New Issue
Block a user