Spaces:
Running
Running
Commit
·
18652c3
1
Parent(s):
6ad7646
update: dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN rm -f -- .env
|
|
20 |
RUN npm run build
|
21 |
|
22 |
# Set the PORT environment variable
|
23 |
-
ENV PORT=
|
24 |
|
25 |
# Expose the port on which your application will run
|
26 |
EXPOSE $PORT
|
|
|
20 |
RUN npm run build
|
21 |
|
22 |
# Set the PORT environment variable
|
23 |
+
ENV PORT=7860
|
24 |
|
25 |
# Expose the port on which your application will run
|
26 |
EXPOSE $PORT
|