need to specify the destination

master
Carlos Mogas da Silva 3 years ago
parent 93094ad0bb
commit 539381a549
  1. 2
      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/*

Loading…
Cancel
Save