Update Dockerfile
#3
by
evijit
HF Staff
- opened
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
|
| 9 |
# Install dependencies based on the preferred package manager
|
| 10 |
COPY --link package.json bun.lockb* ./
|
| 11 |
-
RUN bun install
|
| 12 |
|
| 13 |
# Rebuild the source code only when needed
|
| 14 |
FROM base AS builder
|
|
|
|
| 8 |
|
| 9 |
# Install dependencies based on the preferred package manager
|
| 10 |
COPY --link package.json bun.lockb* ./
|
| 11 |
+
RUN bun install
|
| 12 |
|
| 13 |
# Rebuild the source code only when needed
|
| 14 |
FROM base AS builder
|