Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
tomektom committed Nov 19, 2024
1 parent a360c01 commit 69b5e50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:22-alpine

ENV PORT=8888

WORKDIR /excalidraw-room

COPY package.json yarn.lock ./
Expand All @@ -9,5 +11,5 @@ COPY tsconfig.json ./
COPY src ./src
RUN yarn build

EXPOSE 80
EXPOSE 8888
CMD ["yarn", "start"]

0 comments on commit 69b5e50

Please sign in to comment.