y59 commited on
Commit
4c43732
·
verified ·
1 Parent(s): e1d546a

Update Dockerfile

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