Skip to content

Commit

Permalink
fix(docker): copy makefile to prod's container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 28, 2024
1 parent 8f1f17d commit 16a3333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk add --no-cache make

WORKDIR /app
COPY --from=build /app/dankmuzikk ./dankmuzikk
COPY --from=build /app/Makefile ./Makefile

EXPOSE 8080

Expand Down
1 change: 1 addition & 0 deletions app/Dockerfile.beta
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk add --no-cache make

WORKDIR /app
COPY --from=build /app/dankmuzikk ./dankmuzikk
COPY --from=build /app/Makefile ./Makefile

EXPOSE 8080

Expand Down

0 comments on commit 16a3333

Please sign in to comment.