Skip to content

Commit

Permalink
Merge pull request #20 from tminaorg/fix-docker-build-dir
Browse files Browse the repository at this point in the history
fix: Docker build dir
  • Loading branch information
aleksasiriski authored Nov 3, 2023
2 parents 9e50071 + 353dcfd commit abb67a1
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 abb67a1

Please sign in to comment.