Add workdir to containers
This commit is contained in:
parent
926692d077
commit
22338d31aa
@ -63,4 +63,5 @@ COPY --chmod='755' ./bin /usr/local/bin
|
|||||||
# -- Add support for OTP authentication using a PAM module
|
# -- Add support for OTP authentication using a PAM module
|
||||||
# -- I have no idea how it works yet
|
# -- I have no idea how it works yet
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
WORKDIR /etc/openvpn
|
||||||
COPY ./otp/openvpn /etc/pam.d/
|
COPY ./otp/openvpn /etc/pam.d/
|
||||||
|
@ -75,4 +75,5 @@ COPY --chmod='755' ./bin /usr/local/bin
|
|||||||
# -- Add support for OTP authentication using a PAM module
|
# -- Add support for OTP authentication using a PAM module
|
||||||
# -- I have no idea how it works yet
|
# -- I have no idea how it works yet
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
WORKDIR /etc/openvpn
|
||||||
COPY ./otp/openvpn /etc/pam.d/
|
COPY ./otp/openvpn /etc/pam.d/
|
||||||
|
Loading…
Reference in New Issue
Block a user