Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcphee authored Mar 25, 2023
1 parent aed4193 commit 63c1532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget https://download.cyberghostvpn.com/linux/cyberghostvpn-ubuntu-$linux_ve
#Disable IPV6 on ufw
RUN sed -i 's/IPV6=yes/IPV6=no/g' /etc/default/ufw

COPY start.sh auth.sh .
COPY start.sh auth.sh ./
RUN chmod +x start.sh && \
chmod +x auth.sh

Expand Down

0 comments on commit 63c1532

Please sign in to comment.