Delete an F in From Dockerfile
This commit is contained in:
parent
a992da4780
commit
0cfdb0ea9e
@ -1,4 +1,4 @@
|
||||
FFROM golang:alpine AS build_base
|
||||
FROM golang:alpine AS build_base
|
||||
#ENV GOARCH arm64
|
||||
#ENV GOARCH amd64
|
||||
RUN apk add --no-cache git gcc ca-certificates libc-dev \
|
||||
@ -17,4 +17,4 @@ COPY --from=build_base /go/src/github.com/librespeed/speedtest-go/settings.toml
|
||||
|
||||
EXPOSE 8989
|
||||
|
||||
CMD ["./speedtest"]
|
||||
CMD ["./speedtest"]
|
||||
|
Loading…
Reference in New Issue
Block a user