alessandro trinca tornidor commited on
Commit
5e5ed73
1 Parent(s): 576aa72

[fix] fix command on making docker_entrypoint.sh executable in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -162,7 +162,7 @@ COPY samgis_lisa_on_cuda ${LAMBDA_TASK_ROOT}/samgis_lisa_on_cuda
162
  COPY wrappers ${LAMBDA_TASK_ROOT}/wrappers
163
  COPY scripts ${LAMBDA_TASK_ROOT}/scripts
164
  RUN chmod +x ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh
165
- RUN chown +x ${LAMBDA_TASK_ROOT}/scripts/docker_entrypoint.sh
166
  RUN ls -l ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh ${LAMBDA_TASK_ROOT}/scripts/docker_entrypoint.sh
167
 
168
  RUN ls -l /usr/bin/which
 
162
  COPY wrappers ${LAMBDA_TASK_ROOT}/wrappers
163
  COPY scripts ${LAMBDA_TASK_ROOT}/scripts
164
  RUN chmod +x ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh
165
+ RUN chmod +x ${LAMBDA_TASK_ROOT}/scripts/docker_entrypoint.sh
166
  RUN ls -l ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh ${LAMBDA_TASK_ROOT}/scripts/docker_entrypoint.sh
167
 
168
  RUN ls -l /usr/bin/which