hequ commited on
Commit
7c99d4d
·
verified ·
1 Parent(s): 8265395

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM eceasy/cli-proxy-api:latest
2
 
 
 
3
  COPY start.sh /usr/local/bin/start.sh
4
  RUN chmod +x /usr/local/bin/start.sh
5
 
 
1
  FROM eceasy/cli-proxy-api:latest
2
 
3
+ WORKDIR /CLIProxyAPI
4
+
5
  COPY start.sh /usr/local/bin/start.sh
6
  RUN chmod +x /usr/local/bin/start.sh
7