[WIP] music platform user data scraper
teal-fm atproto

ok, actually fix the build

authored by kyle loveless and committed by GitHub 03e35635 73e05427

Changed files
+1 -1
+1 -1
Dockerfile
··· 14 # step 2. build the actual app 15 WORKDIR /app 16 COPY . . 17 - RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s" -o main ./cmd/main.go 18 ARG TARGETOS=${TARGETPLATFORM%%/*} 19 ARG TARGETARCH=${TARGETPLATFORM##*/} 20
··· 14 # step 2. build the actual app 15 WORKDIR /app 16 COPY . . 17 + RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s" -o main ./cmd 18 ARG TARGETOS=${TARGETPLATFORM%%/*} 19 ARG TARGETARCH=${TARGETPLATFORM##*/} 20