mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #3984 from Infisical/ENG-3149
Dockerfile for mintlify docs
This commit is contained in:
6
docs/Dockerfile
Normal file
6
docs/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
RUN npm install -g mint
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["mint", "dev"]
|
||||
Reference in New Issue
Block a user