Spaces:
Sleeping
Sleeping
Commit
·
212cb3a
1
Parent(s):
3d74ca8
update: dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -21,9 +21,9 @@ RUN npm run build
|
|
21 |
|
22 |
# Set the PORT environment variable
|
23 |
ENV PORT=7860
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
|
28 |
# Expose the port on which your application will run
|
29 |
EXPOSE $PORT
|
|
|
21 |
|
22 |
# Set the PORT environment variable
|
23 |
ENV PORT=7860
|
24 |
+
ARG JWT_SECRET
|
25 |
+
ARG JWT_EXPIRES_IN
|
26 |
+
ARG DB_URI
|
27 |
|
28 |
# Expose the port on which your application will run
|
29 |
EXPOSE $PORT
|