Files
atlantis/Dockerfile.dev
2021-09-03 14:04:31 -07:00

7 lines
185 B
Docker

FROM runatlantis/atlantis:latest
COPY atlantis /usr/local/bin/atlantis
# TODO: remove this once we get this in the base image
ENV DEFAULT_CONFTEST_VERSION=0.27.0
WORKDIR /atlantis/src