Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
7448957
1
Parent(s):
c83ff87
Update dockerfile.yml
Browse files- dockerfile.yml +1 -1
dockerfile.yml
CHANGED
@@ -17,7 +17,7 @@ python -m pip install --upgrade pip
|
|
17 |
COPY . .
|
18 |
|
19 |
# Expose the port
|
20 |
-
EXPOSE
|
21 |
|
22 |
# Start the application
|
23 |
CMD ["npm", "start"]
|
|
|
17 |
COPY . .
|
18 |
|
19 |
# Expose the port
|
20 |
+
EXPOSE 3003
|
21 |
|
22 |
# Start the application
|
23 |
CMD ["npm", "start"]
|