Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 5, 2023
1 parent 2597aa7 commit 92d7b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ FROM ubuntu:20.04 as files2
ADD src/etc /rootfs/etc
ADD src/svd.conf /rootfs/etc/supervisor/supervisord.conf
ADD src/sv.conf /rootfs/etc/supervisor/conf.d/sv.conf
RUN chmod +x /rootfs/*.sh; chmod +x /rootfs/usr/bin/* /rootfs/usr/local/static/3rd/bin/*
RUN chmod +x /rootfs/*.sh; chmod +x /rootfs/usr/bin/*

# FROM busybox:1.36.1
FROM ubuntu:20.04
Expand Down

0 comments on commit 92d7b1f

Please sign in to comment.