Skip to content

robscovell-ts/strategicdata_submission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The docker image is at Docker Hub.

To run it:

docker pull robscovell/strategicdata_submission:submission
docker run -d -p 8080:80 robscovell/strategicdata_submission:submission

The data/words file is the file from /usr/share/dict/words with apostrophised words removed. /usr/share/dict/words does not exist in the base docker image I used but if it did, I would have used the following line in the Dockerfile to make a version prepared for use by this web service:

RUN sed "/'s$/d" /usr/share/dict/words > /data/words

About

Coding task BE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published