Merge pull request #5 from AxelFernandez/master

Delete an F in From Dockerfile
This commit is contained in:
Federico Dossena 2020-08-11 07:07:18 +02:00 committed by GitHub
commit d2d0d7d085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]