Skip to content

Commit

Permalink
ci: demo-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzc19 committed Aug 14, 2024
1 parent dbabc0e commit a2859f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v-demo/demo-fs/fs-nuxt/dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM node:lts-bullseye-slim

WORKDIR /app
COPY .output /app

EXPOSE 3000

CMD ["node", "./server/index.mjs"]

0 comments on commit a2859f5

Please sign in to comment.