Add workdir to containers
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-10-22 20:12:18 +02:00
parent 926692d077
commit 22338d31aa
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
2 changed files with 2 additions and 0 deletions

View File

@ -63,4 +63,5 @@ COPY --chmod='755' ./bin /usr/local/bin
# -- Add support for OTP authentication using a PAM module
# -- I have no idea how it works yet
# -----------------------------------------------------------
WORKDIR /etc/openvpn
COPY ./otp/openvpn /etc/pam.d/

View File

@ -75,4 +75,5 @@ COPY --chmod='755' ./bin /usr/local/bin
# -- Add support for OTP authentication using a PAM module
# -- I have no idea how it works yet
# -----------------------------------------------------------
WORKDIR /etc/openvpn
COPY ./otp/openvpn /etc/pam.d/