Skip to content

Commit

Permalink
fix(su): add schedules.json to the router dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Dec 22, 2023
1 parent 2208c10 commit f6b06e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/su/RunRouterDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
# Copy the statically-linked binary from your local file system to the container
COPY ./su /app/su
COPY ./.wallet.json /app/.wallet.json
COPY ./.schedulers.json /app/.schedulers.json

# Make the binary executable
RUN chmod +x /app/su
Expand Down

0 comments on commit f6b06e4

Please sign in to comment.