Skip to content

Commit

Permalink
Fix Dockerfile after introducing local build directory (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinetskyi authored Mar 12, 2024
1 parent cb79a84 commit 6b52687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM --platform=$TARGETPLATFORM alpine:latest
WORKDIR /bdjuno
RUN apk update
RUN apk add postgresql
COPY --from=builder /go/src/github.com/forbole/bdjuno/build/bdjuno /usr/bin/bdjuno
COPY --from=builder /go/src/github.com/forbole/bdjuno/build/bdjuno/bdjuno /usr/bin/bdjuno
COPY database/schema /var/lib/postgresql/schema
RUN chmod a+rx /var/lib/postgresql && \
chmod a+rx /var/lib/postgresql/schema
Expand Down

0 comments on commit 6b52687

Please sign in to comment.