Removed copying assets from dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Nikurasu 2023-03-17 12:17:38 +01:00
parent 9e188d17fa
commit e0e21004fb
Signed by: Nikurasu
SSH Key Fingerprint: SHA256:Iw2UoxkrPR8iAXYVMPJIws3eX8ZyNrNr4y2HlJkZTpY
1 changed files with 1 additions and 2 deletions

View File

@ -8,5 +8,4 @@ RUN go build -o /build/static-hoster
FROM alpine:3.17 AS final
COPY --from=build /build/static-hoster /bin/static-hoster
COPY /dev/docker/images/production/html /usr/share/static-hoster/html
CMD static-hoster
CMD static-hoster