Pinminh
commited on
Commit
·
7debeed
1
Parent(s):
dd89524
Add port in run command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ ENV STORAGE_TYPE=local \
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# The default command is inherited from the base image
|
| 21 |
-
CMD ["label-studio", "start"]
|
|
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# The default command is inherited from the base image
|
| 21 |
+
CMD ["label-studio", "start", "--port", "7860"]
|