Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Comment out old db directory path
  • Loading branch information
StevenWeathers authored Oct 10, 2023
1 parent a839fca commit 47775f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN adduser -D -g '' appuser
# Copy the go source
COPY ./docs/ $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/docs/
COPY ./internal/ $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/internal/
COPY ./db/ $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/db/
# COPY ./db/ $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/db/
COPY ./thunderdome/ $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/thunderdome/
COPY ./*.go $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/
COPY ./go.mod $GOPATH/src/github.com/stevenweathers/thunderdome-planning-poker/
Expand Down

0 comments on commit 47775f0

Please sign in to comment.