Add EFS mount point.
This commit is contained in:
10
Dockerfile
10
Dockerfile
@ -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"]
|
||||
|
Reference in New Issue
Block a user