Skip to content

Commit

Permalink
Merge pull request #25 from trueberryless-org/update-template-files
Browse files Browse the repository at this point in the history
[ci] sync template files
  • Loading branch information
trueberryless authored Feb 17, 2025
2 parents 850c897 + a1e806d commit 1316837
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-baboons-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trueberryless-org/starlight-plugins-docs-components": patch
---

Fix Dockerfile
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM httpd:2.4 AS runtime
COPY /docs/dist /usr/local/apache2/htdocs/
FROM node:20-alpine AS runtime
WORKDIR /app
COPY /docs/dist ./dist
EXPOSE 80
EXPOSE 443
ENV HOST=0.0.0.0
ENV PORT=80
CMD ["node", "dist/server/entry.mjs"]

0 comments on commit 1316837

Please sign in to comment.