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

Commit 203f74d

Browse files
committed
fix Dockerfile
1 parent ba00b44 commit 203f74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM redis:latest
22

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

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

77
EXPOSE 6379
88

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

0 commit comments

Comments
 (0)