tangled
alpha
login
or
join now
why.bsky.team
/
konbini
25
fork
atom
A locally focused bluesky appview
25
fork
atom
overview
issues
1
pulls
pipelines
dockerfile: include subdirectories
fix #4
l4.pm
5 months ago
2bfaa8fb
22f9ffa1
+1
-1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
-1
Dockerfile
···
11
RUN go mod download
12
13
# Copy source code
14
-
COPY *.go ./
15
16
# Build the application
17
RUN CGO_ENABLED=0 GOOS=linux go build -o konbini .
···
11
RUN go mod download
12
13
# Copy source code
14
+
COPY . .
15
16
# Build the application
17
RUN CGO_ENABLED=0 GOOS=linux go build -o konbini .