From 539381a549c18e0fc4de7ece22b656907e12262f Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Sun, 23 May 2021 17:10:56 +0100 Subject: [PATCH] need to specify the destination --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c7ac2b..c0e837b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:alpine RUN mkdir /hugoenc COPY setup.py /hugoenc/ -COPY hugo_enc /hugoenc/ +COPY hugo_enc /hugoenc/hugo_enc RUN apk add --update libxslt-dev libxml2-dev gcc musl-dev && \ rm -rf /var/cache/apk/*