Add github action to publish dockerfile

This commit is contained in:
Jon Staab
2025-05-19 10:06:43 -07:00
parent 0e79e5b9cc
commit b3bc0e4957
5 changed files with 87 additions and 82 deletions
+4
View File
@@ -18,3 +18,7 @@ COPY . .
# Build the application
ENV NODE_OPTIONS=--max_old_space_size=16384
RUN pnpm run build
# Default to serving the build directory
CMD ["npx", "serve", "build"]