We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b793b68 + 964ffc5 commit 32cc5a0Copy full SHA for 32cc5a0
2 files changed
rootfs/Dockerfile Dockerfilerootfs/Dockerfile renamed to Dockerfile
@@ -53,7 +53,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364
53
&& apt-get clean \
54
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc
55
56
-COPY . /
+COPY rootfs /
57
ENV WALE_ENVDIR=/etc/wal-e.d/env
58
RUN mkdir -p $WALE_ENVDIR
59
Makefile
@@ -22,7 +22,7 @@ all: docker-build docker-push
22
# For cases where we're building from local
23
# We also alter the RC file to set the image name.
24
docker-build:
25
- docker build --rm -t ${IMAGE} rootfs
+ docker build --rm -t ${IMAGE} .
26
docker tag ${IMAGE} ${MUTABLE_IMAGE}
27
28
test: test-style test-unit test-functional
0 commit comments