Spaces:
Running
Running
imseldrith
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN npm install
|
|
12 |
COPY . .
|
13 |
|
14 |
# Expose the port your app runs on
|
15 |
-
EXPOSE
|
16 |
|
17 |
# Define the command to run your app
|
18 |
CMD ["npm", "start"]
|
|
|
12 |
COPY . .
|
13 |
|
14 |
# Expose the port your app runs on
|
15 |
+
EXPOSE 3000
|
16 |
|
17 |
# Define the command to run your app
|
18 |
CMD ["npm", "start"]
|