0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

Remove extraneous command

The WORKDIR command which follows does the same thing.

https://docs.docker.com/engine/reference/builder/#workdir
This commit is contained in:
Sasha Gerrand 2020-01-31 11:16:33 +00:00 committed by GitHub
parent af5e3b5f2a
commit 4e7e2d8963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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