Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ RUN apk add --no-cache nodejs npm findutils grep
|
|
| 6 |
# Create a simple proxy server
|
| 7 |
WORKDIR /app
|
| 8 |
COPY proxy.js .
|
|
|
|
| 9 |
COPY startup.sh .
|
| 10 |
|
| 11 |
# Make the workspace writable
|
|
|
|
| 6 |
# Create a simple proxy server
|
| 7 |
WORKDIR /app
|
| 8 |
COPY proxy.js .
|
| 9 |
+
COPY proxy-only.js .
|
| 10 |
COPY startup.sh .
|
| 11 |
|
| 12 |
# Make the workspace writable
|