Skip to content

Commit

Permalink
fix dockerfile copy
Browse files Browse the repository at this point in the history
Change-Id: I954a17b1bca873141fce5023862c40f8d600b55b
  • Loading branch information
nyurik committed Jul 29, 2018
1 parent b0433c8 commit e1b0224
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 @@ -51,7 +51,7 @@ ENV HOST="0.0.0.0" \

WORKDIR /opt/wdqs

COPY ./dist/src/script/RWStore.docker.properties ./dist/src/script/whitelist.txt .
COPY ./dist/src/script/RWStore.docker.properties ./dist/src/script/whitelist.txt ./

EXPOSE 9999

Expand Down

0 comments on commit e1b0224

Please sign in to comment.