Skip to content

Commit

Permalink
deb12: COPY --from=rootfs /rootfs/files1 /rootfs/files1
Browse files Browse the repository at this point in the history
COPY --from=rootfs /rootfs/files2 /rootfs/files2
  • Loading branch information
sam#gemmi-win10 committed Nov 21, 2023
1 parent af4b9ac commit f64946f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flux/src/Dockerfile.deb12
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ RUN \


# HEADLESS
COPY --from=rootfs /rootfs /rootfs
COPY --from=rootfs /rootfs/files1 /rootfs/files1
COPY --from=rootfs /rootfs/files2 /rootfs/files2
EXPOSE 10089/tcp 10081/tcp 10022/tcp
ENV \
TERM=xterm \
Expand Down

0 comments on commit f64946f

Please sign in to comment.