fleet/.dockerignore
CptOfEvilMinions f735317f07
Updated .dockerignore and added non-root user to Dockerfile (#143)
Running applications as root (default Docker user) is not a good security practice. The goal of this PR is to run the Fleet application as a non-root user. 

For development you can still access the container as root with the following command: `docker run -it --user=0 <fleetdm container ID> bash`
2020-12-22 08:23:17 -08:00

4 lines
72 B
Plaintext

*
!build/binary-bundle/linux/fleet
!build/binary-bundle/linux/fleetctl