moahmedwafy commited on
Commit
212cb3a
·
1 Parent(s): 3d74ca8

update: dockerfile

Browse files
Files changed (1) hide show
  1. 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
- 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
 
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