Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
siscia committed Jun 16, 2019
1 parent ba00b44 commit 203f74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM redis:latest

# RUN apk update; apk add libgcc_s.so.1

COPY releases/0.9.1/redisql_v0.9.1_x86_64.so /usr/local/lib
COPY releases/1.0.1/redisql_v1.0.1_x86_64.so /usr/local/lib/redisql.so

EXPOSE 6379

CMD ["redis-server", "--loadmodule", "/usr/local/lib/libredis_sql.so"]
CMD ["redis-server", "--loadmodule", "/usr/local/lib/redisql.so"]

0 comments on commit 203f74d

Please sign in to comment.