build: Fix typo in Dockerfile
This commit is contained in:
parent
6d807e322e
commit
43b0772e7d
@ -1,5 +1,5 @@
|
|||||||
# Build the go application into a binary
|
# Build the go application into a binary
|
||||||
FROM golang:alpine as builder
|
FROM golang:alpine AS builder
|
||||||
RUN apk --update add ca-certificates
|
RUN apk --update add ca-certificates
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user