Skip to content

Commit

Permalink
[BOT-API] Build executable binary #43
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed May 23, 2024
1 parent 1820488 commit 948f2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN git init && \
git commit -m "Dummy commit"
RUN cabal update
RUN cabal build all --enable-tests --enable-benchmarks
RUN cp /DEX/dist-newstyle/build/x86_64-linux/ghc-9.2.8/geniusyield-server-lib-0.4.0/x/geniusyield-server/build/geniusyield-server/geniusyield-server /DEX/geniusyield-server
RUN cabal install geniusyield-server

# =============================[ SERVER ]================================
LABEL org.opencontainers.image.source="https://github.com/geniusyield/dex-contracts-api"
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ fi
echo "===================================="
echo "Starting geniusyield-server..."
set -x
/DEX/geniusyield-server serve
geniusyield-server serve

0 comments on commit 948f2e3

Please sign in to comment.