Skip to content

Commit

Permalink
fix: copy less to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ecshreve committed Jun 28, 2023
1 parent 01386f6 commit 4efa6ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ COPY go.sum ./
RUN go mod download

COPY ./cmd/server ./cmd/server
COPY ./data/sqlite ./data/sqlite
COPY ./pkg ./pkg
COPY ./data/sqlite/jepp.db ./data/sqlite/jepp.db
COPY ./pkg/models ./pkg/models
COPY ./pkg/server ./pkg/server
COPY ./pkg/utils ./pkg/utils
COPY ./docs ./docs
COPY ./static/site ./static/site

Expand Down

0 comments on commit 4efa6ba

Please sign in to comment.