Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ COPY package.json yarn.lock ./
|
|
9 |
|
10 |
|
11 |
# Build the application
|
12 |
-
RUN npm run
|
13 |
|
14 |
# Expose port 3000 for the application
|
15 |
EXPOSE 3000
|
|
|
9 |
|
10 |
|
11 |
# Build the application
|
12 |
+
RUN npm run build
|
13 |
|
14 |
# Expose port 3000 for the application
|
15 |
EXPOSE 3000
|