Skip to content

Commit

Permalink
Merge pull request #163 from 0xlildoudou/dockerfile
Browse files Browse the repository at this point in the history
feat(docker): add dockerfile best practices
  • Loading branch information
ygalnezri authored Feb 12, 2025
2 parents 0aae703 + bc900de commit 48d893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Watcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL title='Watcher' \
documentation='https://thalesgroup-cert.github.io/Watcher/' \
source='https://github.com/thalesgroup-cert/Watcher' \
maintainer='[email protected]'

# Adding backend directory to make absolute filepaths consistent across services
WORKDIR /app/
# Add the rest of the code
Expand Down

0 comments on commit 48d893c

Please sign in to comment.