mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-19 02:50:06 +08:00
Fix Dockerfile:FromAsCasing: 'as' and 'FROM' keywords' casing do not match
This commit is contained in:
parent
4f8bc478d5
commit
e98e7510f5
@ -1,4 +1,4 @@
|
||||
FROM alpine:edge as builder
|
||||
FROM alpine:edge AS builder
|
||||
LABEL stage=go-builder
|
||||
WORKDIR /app/
|
||||
RUN apk add --no-cache bash curl gcc git go musl-dev
|
||||
@ -39,4 +39,4 @@ RUN /entrypoint.sh version
|
||||
ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=${INSTALL_ARIA2}
|
||||
VOLUME /opt/alist/data/
|
||||
EXPOSE 5244 5245
|
||||
CMD [ "/entrypoint.sh" ]
|
||||
CMD [ "/entrypoint.sh" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user