Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -2,9 +2,6 @@ FROM node:18-alpine AS base
|
|
2 |
|
3 |
FROM base AS deps
|
4 |
|
5 |
-
# Install the application dependencies
|
6 |
-
RUN npm install
|
7 |
-
|
8 |
# Build the application
|
9 |
RUN npm run build
|
10 |
|
|
|
2 |
|
3 |
FROM base AS deps
|
4 |
|
|
|
|
|
|
|
5 |
# Build the application
|
6 |
RUN npm run build
|
7 |
|