Skip to content

Commit

Permalink
fix for bash brace expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
zosorock committed Oct 17, 2022
1 parent 229f9c2 commit 00abaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN cargo build --release

#---
FROM ubuntu:22.04
SHELL ["/bin/bash", "-c"]

VOLUME ["/aleo/data"]

Expand Down

0 comments on commit 00abaea

Please sign in to comment.