Add EFS mount point.

This commit is contained in:
2023-03-10 23:31:47 -06:00
parent c930e89148
commit 39031e23df
2 changed files with 10 additions and 9 deletions

View File

@ -9,12 +9,6 @@ RUN nimble build -y
FROM alpine
EXPOSE 80
RUN apk add --no-cache \
python3 \
py3-pip \
&& pip3 install --upgrade pip \
&& pip3 install --no-cache-dir awscli \
&& rm -rf /var/cache/apk/*
RUN mkdir -p /data
COPY --from=build /toclerbe/toclerbe /
CMD ["/toclerbe", "/toclerbe/data/urls.txt"]
CMD ["/toclerbe", "/data/urls.txt"]