Sfoglia il codice sorgente

Update 'Dockerfile'

snppla 6 anni fa
parent
commit
8a062a77e6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -13,7 +13,7 @@ RUN go build -tags "sqlite"
 RUN rm -rf .git vendor conf docker pkg
 
 #############################
-FROM alpine:latest as run
+FROM alpine:latest
 
 RUN apk add --update git openssh-keygen bash