Spaces:
Running
Running
Commit
·
79d4f0b
1
Parent(s):
18652c3
update: dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -21,6 +21,9 @@ 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
|
|
|
21 |
|
22 |
# Set the PORT environment variable
|
23 |
ENV PORT=7860
|
24 |
+
ENV JWT_SECRET
|
25 |
+
ENV JWT_EXPIRES_IN
|
26 |
+
ENV DB_URI
|
27 |
|
28 |
# Expose the port on which your application will run
|
29 |
EXPOSE $PORT
|