Spaces:
Running
Running
ahmadshalloufuhh
commited on
Commit
•
c3ff46d
1
Parent(s):
b663c35
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN npm install
|
|
16 |
COPY . .
|
17 |
|
18 |
# Expose port
|
19 |
-
EXPOSE
|
20 |
|
21 |
# Set entrypoint for different environments
|
22 |
-
ENTRYPOINT bash -c "ng serve --host 0.0.0.0 --port
|
|
|
16 |
COPY . .
|
17 |
|
18 |
# Expose port
|
19 |
+
EXPOSE 7860
|
20 |
|
21 |
# Set entrypoint for different environments
|
22 |
+
ENTRYPOINT bash -c "ng serve --host 0.0.0.0 --port 7860 --configuration=production --disable-host-check;"
|