We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8245d5 commit 345c3daCopy full SHA for 345c3da
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
network_mode: "host"
4
container_name: aurora-docsy
5
command: bash -c "npm i . && npm run start"
6
- image: docker.io/library/node:latest@sha256:0004fa74750bd77a74e7d5ac17215a0397131dba3eb530f3a269f29d5b19ebc7
+ image: docker.io/library/node:latest@sha256:b3ba61606e81214e459be7029f70c9dd344d79bc7a29c861f3dd7c0daa66552d
7
working_dir: /srv/docs
8
volumes:
9
- "./:/srv/docs:Z"
0 commit comments