Implement highscore/leaderboard top 10 best games and add tests with jest

This commit is contained in:
2019-09-05 22:48:15 +02:00
parent 1af2ceb862
commit 26a869a189
27 changed files with 760 additions and 101 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM nginx
COPY public /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf
COPY ./config/default.conf /etc/nginx/conf.d/default.conf