mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2026-01-04 12:32:01 +00:00
Resolved path errors caused by restructuring
This commit is contained in:
@@ -5,8 +5,8 @@ ARG CWD_MOUNTDIR
|
||||
ENV CWD_MOUNTDIR=$CWD_MOUNTDIR
|
||||
|
||||
COPY --from=ignition-validate . .
|
||||
COPY scripts/installs.sh /installs.sh
|
||||
COPY src/scripts/installs.sh /installs.sh
|
||||
|
||||
RUN /installs.sh
|
||||
|
||||
CMD $CWD_MOUNTDIR/scripts/validate.sh
|
||||
CMD $CWD_MOUNTDIR/src/scripts/validate.sh
|
||||
|
||||
Reference in New Issue
Block a user