Service-xviix commited on
Commit
c84be7b
·
verified ·
1 Parent(s): bab4b48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM node:18-alpine
4
  RUN apk add --no-cache git
5
 
6
  # Clone repo
7
- RUN git clone https://github.com/piper-fx/dhl /app
8
 
9
  # Set working directory
10
  WORKDIR /app
 
4
  RUN apk add --no-cache git
5
 
6
  # Clone repo
7
+ RUN git clone https://github.com/piper-fx/fed-ace /app
8
 
9
  # Set working directory
10
  WORKDIR /app