Spaces:
Paused
Paused
Tao Wu
commited on
Commit
·
ed36bc6
1
Parent(s):
a5b4383
fix bug
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -19,7 +19,6 @@ COPY app /app
|
|
19 |
COPY dump.rdb /var/lib/redis/dump.rdb
|
20 |
RUN chown redis:redis /var/lib/redis/dump.rdb
|
21 |
|
22 |
-
COPY start.sh /start.sh
|
23 |
RUN chmod +x /start.sh
|
24 |
|
25 |
EXPOSE 7860
|
|
|
19 |
COPY dump.rdb /var/lib/redis/dump.rdb
|
20 |
RUN chown redis:redis /var/lib/redis/dump.rdb
|
21 |
|
|
|
22 |
RUN chmod +x /start.sh
|
23 |
|
24 |
EXPOSE 7860
|