mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-25 09:40:39 +00: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:
parent
af5e3b5f2a
commit
4e7e2d8963
@ -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…
Reference in New Issue
Block a user