Skip to content

Commit

Permalink
Dockerfile: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Feb 12, 2024
1 parent 467b741 commit 92eddb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN home_root_dir=$(echo $HOME | sed 's|\(.*\)/.*|\1 |') \

ARG UID
RUN chown -R $UID:$UID $HOME
COPY --chmod=555 overlay/container/standalone/usr/local/bin/run.sh /rootfs/$HOME/usr/local/bin/run.sh
COPY --chmod=555 overlay/container/standalone/usr/local/bin/run.sh /rootfs/usr/local/bin/run.sh

################################################################################
#' VARIANT='acme' - copy s6 entrypoint/ runtime scripts
Expand Down

0 comments on commit 92eddb7

Please sign in to comment.