Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongSH1 authored Dec 11, 2023
1 parent 2891f53 commit 65c89c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN npm install
COPY . .

# 컨테이너가 시작될 때 실행할 명령을 설정합니다.
CMD ["npm", "start"]
CMD CMD ["sh", "-c", "redis-server --daemonize yes && npm start"]

0 comments on commit 65c89c7

Please sign in to comment.