Sfoglia il codice sorgente

Merge pull request #102 from cglewis/master

MAINTAINER is deprecated, using LABEL now
tags/v1.0.0
Remco Verhoef 6 anni fa
committed by GitHub
parent
commit
d0c7241b31
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Vedi File

@@ -1,5 +1,5 @@
FROM golang:1.7-alpine
MAINTAINER Remco Verhoef <remco@dutchcoders.io>
LABEL maintainer="Remco Verhoef <remco@dutchcoders.io>"

# Copy the local package files to the container's workspace.
ADD . /go/src/github.com/dutchcoders/transfer.sh


Caricamento…
Annulla
Salva