Skip to content

Commit

Permalink
Update GitHub template files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent 8714799 commit a56bd64
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM node:20-alpine AS runtime
WORKDIR /app
COPY /docs/dist ./dist
FROM httpd:2.4 AS runtime
COPY /docs/dist /usr/local/apache2/htdocs/
EXPOSE 80
ENV HOST=0.0.0.0
ENV PORT=80
CMD ["node", "dist/server/entry.mjs"]
EXPOSE 443

0 comments on commit a56bd64

Please sign in to comment.