Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
docker - copy config
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed May 1, 2020
1 parent 8d7d45d commit 4e76167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN yarn install
# copy over app dir
COPY ./src /www/src
COPY ./build /www/build
COPY ./config.js /www/config.js

# start server
CMD yarn start
Expand Down

0 comments on commit 4e76167

Please sign in to comment.