Update Dockerfile

This commit is contained in:
Nhan Phan 2022-11-17 11:29:21 +07:00 committed by GitHub
parent 17b7940d3a
commit 3443e195d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ RUN go build -o /bin
## Deploy
FROM alpine:latest
MAINTAINER Help-14 [mail@help14.com]
LABEL maintainer="mail@help14.com"
MAINTAINER Help-14 [magma@help14.com]
LABEL maintainer="magma@help14.com"
RUN mkdir /app
@ -25,4 +25,4 @@ COPY ./src/themes /app/themes
EXPOSE 7001
WORKDIR /app
ENTRYPOINT ./magma
ENTRYPOINT ./magma