mirror of
https://github.com/darmiel/yaxc.git
synced 2025-09-14 02:15:29 +08:00
Updated Dockerfile
This commit is contained in:
parent
e672018166
commit
187456ccd2
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
FROM golang:latest AS builder
|
FROM golang:latest AS builder
|
||||||
|
|
||||||
LABEL maintainer="darmiel <hi@d2a.io>"
|
LABEL maintainer="darmiel <hi@d2a.io>"
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/darmiel/yaxc"
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue