Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -11,10 +11,10 @@ WORKDIR "hfChat"
|
|
11 |
RUN npm install
|
12 |
|
13 |
# Build the project
|
14 |
-
RUN npm run
|
15 |
|
16 |
# Expose port 5173 for accessing the application
|
17 |
-
EXPOSE
|
18 |
|
19 |
# Specify the command to run the application
|
20 |
-
CMD ["npm", "run", "
|
|
|
11 |
RUN npm install
|
12 |
|
13 |
# Build the project
|
14 |
+
# RUN npm run dev
|
15 |
|
16 |
# Expose port 5173 for accessing the application
|
17 |
+
EXPOSE 5173
|
18 |
|
19 |
# Specify the command to run the application
|
20 |
+
CMD ["npm", "run", "dev"]
|