Browse Source

Remove extraneous command

The WORKDIR command which follows does the same thing.

https://docs.docker.com/engine/reference/builder/#workdir
pull/109/head
Sasha Gerrand 5 years ago
committed by GitHub
parent
commit
4e7e2d8963
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

@ -5,7 +5,6 @@ FROM golang:1.13-alpine AS builder
RUN apk add --no-cache git RUN apk add --no-cache git
RUN mkdir -p /tmp/drone-terraform
WORKDIR /tmp/drone-terraform WORKDIR /tmp/drone-terraform
COPY go.mod go.mod COPY go.mod go.mod

Loading…
Cancel
Save