Skip to content

Commit

Permalink
Correção de erros
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusrlopez committed Aug 11, 2020
1 parent 9f09ff7 commit 3d127cf
Show file tree
Hide file tree
Showing 15 changed files with 1,860 additions and 202 deletions.
5 changes: 5 additions & 0 deletions .docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM redis:6.0.6-alpine

COPY redis.conf /usr/local/etc/redis/redis.conf

CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
Loading

0 comments on commit 3d127cf

Please sign in to comment.