Skip to content

Commit

Permalink
Merge branch 'main' into prod-shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brennan2005 committed Jun 10, 2024
2 parents bd76636 + 473c425 commit 70a6a5e
Show file tree
Hide file tree
Showing 282 changed files with 13,858 additions and 8,412 deletions.
6 changes: 6 additions & 0 deletions backend/Dockerfile.redis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM redis:latest

COPY redis_entrypoint.sh /usr/local/bin/redis_entrypoint.sh
RUN chmod +x /usr/local/bin/redis_entrypoint.sh

ENTRYPOINT ["redis_entrypoint.sh"]
File renamed without changes.
140 changes: 0 additions & 140 deletions backend/auth/hash.go

This file was deleted.

Loading

0 comments on commit 70a6a5e

Please sign in to comment.