Skip to content

Commit

Permalink
sync Dockerfile port with app port
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Sep 25, 2023
1 parent 38178d1 commit d48b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /api
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
EXPOSE 3001

# clean up
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d48b800

Please sign in to comment.