toxcore/.hadolint.yaml
iphydf 71965a0f3b
feat: Add WASM build for toxcore and websocket bootstrap node.
The websocket bootstrap node will be running on Heroku.
2022-02-02 16:05:25 +00:00

12 lines
270 B
YAML

---
ignored:
# "cd" is sometimes useful when you want to run one command in one directory
# and then another command in another directory, but they should be executed
# in the same RUN instruction.
- DL3003
- DL3007
- DL3008
- DL3013
- DL3018
- DL3059