Skip to content

Commit

Permalink
remove unnecessary build step
Browse files Browse the repository at this point in the history
  • Loading branch information
aottr committed Oct 30, 2023
1 parent d516ca3 commit 58209ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ COPY . .
# [optional] tests & build
ENV NODE_ENV=production
RUN bun test
RUN bun run build

# copy production dependencies and source code into final image
FROM base AS release
Expand Down

0 comments on commit 58209ab

Please sign in to comment.