Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Oct 12, 2024
1 parent 93bbd27 commit 6600a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS builder

WORKDIR /app/
COPY package.json bun.lockb ./
RUN bun i --production --frozen-lockfile
RUN bun i --frozen-lockfile
COPY . .
RUN bun run build

Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS dependencies

WORKDIR /app/
COPY ./frontend/package.json ./frontend/bun.lockb ./
RUN bun i --production --frozen-lockfile
RUN bun i --frozen-lockfile

FROM base AS build

Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"react-router-dom": "^6.4.3",
"socket.io-client": "^4.7.5",
"tailwindcss": "^3.2.1",
"typescript": "^5.0.4",
"vite": "^5.0.0"
},
"devDependencies": {
Expand All @@ -33,6 +32,7 @@
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0"
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.0.4"
}
}

0 comments on commit 6600a90

Please sign in to comment.