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 416c006 commit 2891f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:18

RUN apt-get update && apt-get install -y redis-server

WORKDIR /usr/src/app

COPY package*.json ./
Expand Down

0 comments on commit 2891f53

Please sign in to comment.