mirror of
https://github.com/wahyd4/docker-images.git
synced 2026-08-09 04:46:45 +10:00
remove option from cmd
This commit is contained in:
+2
-2
@@ -52,7 +52,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
||||
RUN pwd
|
||||
COPY redis.conf /usr/local/redis
|
||||
COPY redis.conf /root
|
||||
|
||||
EXPOSE 6379
|
||||
CMD ["redis-server", "/usr/local/redis/redis.conf"]
|
||||
CMD ["redis-server"]
|
||||
|
||||
Reference in New Issue
Block a user