Skip to content

Commit

Permalink
Merge pull request #108 from swapper-pegasus/107-connector-dockerfile…
Browse files Browse the repository at this point in the history
…-bug

Connector dockerfile updated and .availablecurrencies moved
  • Loading branch information
bridgedragon authored Feb 25, 2022
2 parents 1c3b5b4 + 672099d commit 41a3cd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions Connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM python:3.7

WORKDIR /usr/src/app
COPY ./Connector ./Connector
COPY .availableCurrencies.json ./.availableCurrencies.json

COPY ./requirements.txt ./Connector/
RUN pip3 install -r Connector/requirements.txt

COPY . ./Connector


EXPOSE 80 28332

RUN chmod +x Connector/docker-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion Connector/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.7",
"availableCurrenciesFile": "../.availableCurrencies.json",
"availableCurrenciesFile": ".availableCurrencies.json",
"defaultPkgConfFile": "defaultConf.json"
}

0 comments on commit 41a3cd0

Please sign in to comment.