Fix dockerfile and add compose
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3281d109f7
commit
4c3a0c648e
2 changed files with 25 additions and 0 deletions
|
@ -9,6 +9,9 @@ RUN CGO_ENABLED=0 make build
|
|||
FROM --platform=$TARGETPLATFORM alpine:latest
|
||||
WORKDIR /root
|
||||
COPY --from=builder go/src/git.faercol.me/polyculeconnect/build/polyculeconnect ./
|
||||
ADD polyculeconnect/robots.txt /root/
|
||||
ADD polyculeconnect/static /root/static/
|
||||
ADD polyculeconnect/templates /root/templates/
|
||||
|
||||
VOLUME [ "/config" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue