0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-03 04:49:42 +02:00

Minor update

This commit is contained in:
Jacob McCann 2017-05-30 09:47:32 -05:00
parent 8ab151197f
commit 551bdf8b83

View File

@ -1,6 +1,6 @@
# Docker image for the Drone Terraform plugin
#
# docker build --rm=true -t jmccann/drone-terraform:latest .
# docker build -t jmccann/drone-terraform:latest .
FROM golang:1.8-alpine AS builder
COPY ./*.go ./src/
COPY ./vendor/ ./src/