Skip to content

Commit 1f826a2

Browse files
committed
feat: use new seed file in docker build
1 parent 5c238ec commit 1f826a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN go build -o /build/registry ./cmd/registry
66
FROM alpine:latest
77
WORKDIR /app
88
COPY --from=builder /build/registry .
9-
COPY --from=builder /app/data/seed.json /app/data/seed.json
9+
COPY --from=builder /app/data/seed_2025_05_16.json /app/data/seed.json
1010
COPY --from=builder /app/internal/docs/swagger.yaml /app/internal/docs/swagger.yaml
1111
EXPOSE 8080
1212

0 commit comments

Comments
 (0)