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 a706a10 commit abe1f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:18

RUN apt-get update && apt-get install -y redis-server
FROM redis:latest
EXPOSE 6379

WORKDIR /usr/src/app

Expand Down

0 comments on commit abe1f1f

Please sign in to comment.