edwagbb commited on
Commit
0aaf2da
·
verified ·
1 Parent(s): 2cb270c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -3,8 +3,7 @@ FROM debian
3
  WORKDIR /app
4
  COPY --from=builder /app/aurora /app/aurora
5
  COPY --from=builder /app/harPool /app/harPool
6
- RUN apt-get install -y nodejs npm
7
- #apt-get update -y &&
8
  RUN npm install express http-proxy-middleware
9
 
10
  COPY <<EOF /app/index.js
 
3
  WORKDIR /app
4
  COPY --from=builder /app/aurora /app/aurora
5
  COPY --from=builder /app/harPool /app/harPool
6
+ RUN apt-get update -y && apt-get install -y nodejs npm
 
7
  RUN npm install express http-proxy-middleware
8
 
9
  COPY <<EOF /app/index.js