Charan5775 commited on
Commit
2380e4d
1 Parent(s): f905b1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,6 +2,6 @@ FROM node:18
2
  RUN git clone https://github.com/charan200415/log_apis /app
3
  WORKDIR /app
4
  RUN npm install
5
- COPY . .
6
  EXPOSE 3000
7
  CMD [ "node", "index.js" ]
 
2
  RUN git clone https://github.com/charan200415/log_apis /app
3
  WORKDIR /app
4
  RUN npm install
5
+ ENV SERVER_URL="https://charan5775-log-apis.hf.space/"
6
  EXPOSE 3000
7
  CMD [ "node", "index.js" ]