Spaces:
Build error
Build error
Colab User commited on
Commit ·
bcc439f
1
Parent(s): d0653c8
Initial commit: Deploy rasa-engine API server
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,6 @@ COPY package.json pnpm-workspace.yaml ./
|
|
| 14 |
# This includes artifacts, lib, and scripts as defined in pnpm-workspace.yaml
|
| 15 |
COPY artifacts artifacts/
|
| 16 |
COPY lib lib/
|
| 17 |
-
COPY scripts scripts/
|
| 18 |
|
| 19 |
# Install dependencies for all workspace packages
|
| 20 |
RUN pnpm install --no-frozen-lockfile
|
|
|
|
| 14 |
# This includes artifacts, lib, and scripts as defined in pnpm-workspace.yaml
|
| 15 |
COPY artifacts artifacts/
|
| 16 |
COPY lib lib/
|
|
|
|
| 17 |
|
| 18 |
# Install dependencies for all workspace packages
|
| 19 |
RUN pnpm install --no-frozen-lockfile
|