diff --git a/Dockerfile b/Dockerfile index b694908..ccca502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm install COPY . . # 컨테이너가 시작될 때 실행할 명령을 설정합니다. -CMD ["npm", "start"] +CMD CMD ["sh", "-c", "redis-server --daemonize yes && npm start"]