Removed copying assets from dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9e188d17fa
commit
e0e21004fb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue