Skip to content

Commit

Permalink
roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Jan 12, 2024
1 parent cb61518 commit 22bfdbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_db
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /app

COPY --from=ghcr.io/ambrosus/airdao-gov-user-binary:main /tmp/builder/target/release/airdao-gov-portal-db .

RUN mkdir -p ./gov-portal-db/config
RUN mkdir -p ./config

CMD ["./airdao-gov-portal-db"]
2 changes: 1 addition & 1 deletion Dockerfile_verifier
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /app

COPY --from=ghcr.io/ambrosus/airdao-gov-user-binary:main /tmp/builder/target/release/airdao-gov-user-verifier .

RUN mkdir -p ./gov-portal-db/config
RUN mkdir -p ./config

CMD ["./airdao-gov-user-verifier"]

0 comments on commit 22bfdbe

Please sign in to comment.