Ver Fonte

fix: 🐋 docker build

ThatOneCalculator há 1 ano atrás
pai
commit
eb7138ab9f
3 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      Dockerfile
  2. BIN
      bun.lockb
  3. 1 1
      package.json

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ WORKDIR /app
 COPY package.json package-lock.json ./ 
 
 COPY . .
-RUN bun install --frozen-lockfile
+RUN bun install
 RUN bun run build
 
 FROM python:3.11-slim-buster as base

BIN
bun.lockb


+ 1 - 1
package.json

@@ -18,7 +18,7 @@
 	"devDependencies": {
 		"@sveltejs/adapter-auto": "^2.0.0",
 		"@sveltejs/adapter-static": "^2.0.3",
-		"@sveltejs/kit": "^1.20.4",
+		"@sveltejs/kit": "^1.30.0",
 		"@tailwindcss/typography": "^0.5.10",
 		"@types/bun": "latest",
 		"@typescript-eslint/eslint-plugin": "^6.17.0",