Skip to content

Commit

Permalink
fix: docker build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Nov 3, 2023
1 parent 9e50071 commit 353dcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM oven/bun:1 as base

WORKDIR /usr/src/app

COPY . .
COPY . ./
RUN mv build/* ./

EXPOSE 3000

ENTRYPOINT [ "bun" ]

CMD [ "run", "start" ]

0 comments on commit 353dcfd

Please sign in to comment.