fix(Dockerfile): Add slash on COPY command

This commit is contained in:
Carlos Álvaro
2022-09-20 22:16:24 +02:00
parent a99a6120e0
commit 295528c3b2

View File

@@ -47,7 +47,7 @@ RUN bash ${SALT_BUILD_DIR}/install.sh
COPY assets/runtime ${SALT_RUNTIME_DIR}
RUN chmod -R +x ${SALT_RUNTIME_DIR}
COPY assets/sbin/* /usr/local/sbin
COPY assets/sbin/* /usr/local/sbin/
# Cleaning tasks
RUN rm -rf "${SALT_BUILD_DIR:?}"/*