Update Dockerfile (#3)
Browse files- Update Dockerfile (676a1c6bd1bf7a2d678bde2bf586b17d87d9d52c)
Co-authored-by: Avijit Ghosh <[email protected]>
- 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
|