Skip to content

Commit

Permalink
Fix shutdown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jul 28, 2023
1 parent 38241f3 commit 592177c
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 @@ -49,4 +49,4 @@ RUN chmod +x /app/strfry.sh
RUN chmod +x /app/write-policy.py

COPY --from=build /build/strfry strfry
CMD /bin/bash /app/strfry.sh
CMD ["/app/strfry.sh"]

0 comments on commit 592177c

Please sign in to comment.