Copy locale dir
This commit is contained in:
parent
d2830a435b
commit
97675da0f3
@ -21,7 +21,9 @@ FROM alpine:latest
|
||||
|
||||
RUN apk update && apk upgrade && apk add curl
|
||||
|
||||
COPY --from=builder /go/src/github.com/TicketsBot/dashboard/locale /srv/dashboard/locale
|
||||
COPY --from=builder /go/src/github.com/TicketsBot/dashboard/main /srv/dashboard/main
|
||||
|
||||
RUN chmod +x /srv/dashboard/main
|
||||
|
||||
RUN adduser container --disabled-password --no-create-home
|
||||
|
Loading…
x
Reference in New Issue
Block a user