Update Dockerfile
Browse files- 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 |
|