Skip to content

Commit

Permalink
fix typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Jun 28, 2023
1 parent 62296b6 commit 935c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add --no-cache nginx && \

# Setup for localterra
RUN set -eux &&\
mkdir -p /app/conifg && \
mkdir -p /app/config && \
mkdir -p /app/data && \
chown -R terra:terra /app && \
terrad init localterra --home /app --chain-id localterra && \
Expand Down

0 comments on commit 935c5a8

Please sign in to comment.