mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
modify docker images maintainer
This commit is contained in:
@@ -15,6 +15,7 @@ RUN npm install && npm run build
|
|||||||
|
|
||||||
# Package docker image
|
# Package docker image
|
||||||
FROM alpine:3.12.0
|
FROM alpine:3.12.0
|
||||||
|
LABEL maintainer="MaysWind <i@mayswind.net>"
|
||||||
RUN addgroup -S -g 1000 labapp && adduser -S -G labapp -u 1000 labapp
|
RUN addgroup -S -g 1000 labapp && adduser -S -G labapp -u 1000 labapp
|
||||||
RUN apk --no-cache add su-exec tzdata
|
RUN apk --no-cache add su-exec tzdata
|
||||||
COPY --from=be-builder /go/src/github.com/mayswind/lab/lab /usr/local/bin/labapp/lab
|
COPY --from=be-builder /go/src/github.com/mayswind/lab/lab /usr/local/bin/labapp/lab
|
||||||
|
|||||||
Reference in New Issue
Block a user