Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ WORKDIR /app
|
|
| 38 |
|
| 39 |
# Copy package files and install dependencies
|
| 40 |
COPY --chown=user package.json bun.lockb* ./
|
| 41 |
-
RUN bun install
|
| 42 |
|
| 43 |
# Copy the rest of the application source and the startup script
|
| 44 |
COPY --chown=user . /app
|
|
|
|
| 38 |
|
| 39 |
# Copy package files and install dependencies
|
| 40 |
COPY --chown=user package.json bun.lockb* ./
|
| 41 |
+
RUN bun install
|
| 42 |
|
| 43 |
# Copy the rest of the application source and the startup script
|
| 44 |
COPY --chown=user . /app
|