Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 authored May 16, 2024
1 parent ce17829 commit 6b64c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eq-tinyproxy-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

FROM alpine:3
COPY ./tinyproxy.conf /etc/tinyproxy/tinyproxy.conf
COPY eq-tinyproxy-image/tinyproxy.conf /etc/tinyproxy/tinyproxy.conf
RUN apk update && apk add --no-cache tinyproxy=1.11.2-r0
VOLUME /etc/tinyproxy
EXPOSE 8888

0 comments on commit 6b64c6e

Please sign in to comment.