Update node-template's docker-compose.yml (#11802)

* Update docker-compose.yml

* Use production image

Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>

Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
lucasvanmol
2022-08-04 00:16:24 -07:00
committed by GitHub
parent e7e2018203
commit 97b2a5ee75
@@ -3,7 +3,7 @@ version: "3.2"
services:
dev:
container_name: node-template
image: paritytech/ci-linux:974ba3ac-20201006
image: paritytech/ci-linux:production
working_dir: /var/www/node-template
ports:
- "9944:9944"