mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-20 00:23:50 +01:00
Added initial docs page skeleton
This commit is contained in:
10
docusaurus/Dockerfile
Executable file
10
docusaurus/Dockerfile
Executable file
@@ -0,0 +1,10 @@
|
||||
FROM node:8.11.4
|
||||
|
||||
WORKDIR /app/website
|
||||
|
||||
EXPOSE 3000 35729
|
||||
COPY ./docs /app/docs
|
||||
COPY ./website /app/website
|
||||
RUN yarn install
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
Reference in New Issue
Block a user