Skip to content

Commit

Permalink
Merge pull request #59 from pataquets/dockerfile-improvements
Browse files Browse the repository at this point in the history
Dockerfile minor improvements.
  • Loading branch information
PeterOsinski authored Oct 17, 2024
2 parents 748e1fa + 0eed152 commit 2e01acd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## -*- dockerfile-image-name: "logdy-core" -*-
# syntax=docker/dockerfile:1

FROM golang:1

# For available labels, see OCI Annotations Spec docs:
# https://specs.opencontainers.org/image-spec/annotations/#pre-defined-annotation-keys
LABEL org.opencontainers.image.source="https://github.com/logdyhq/logdy-core"

WORKDIR /go/src/logdy-core/
COPY ./ /go/src/logdy-core/

Expand Down

0 comments on commit 2e01acd

Please sign in to comment.