Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Jun 13, 2024
1 parent 35ce6f4 commit b0aec54
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM node:20-alpine
WORKDIR /app
COPY . ./
RUN npm install
RUN npm run build
RUN npm install -g pnpm
RUN pnpm install
RUN pnpm run build

EXPOSE 3000

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
"autoprefixer": "^10.4.19",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.1",

"openapi-typescript": "^6.7.6",
"postcss": "^8.4.38",
"svelte": "^5.0.0-next.153",
"svelte": "^5.0.0-next.154",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0aec54

Please sign in to comment.