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 306605d commit e2b3d54Copy full SHA for e2b3d54
docker-compose.local.yml
@@ -2,6 +2,7 @@ services:
2
# Development environment
3
nmrium-dev:
4
container_name: nmrium-dev
5
+ image: nfdi4chem/nmrium-react-wrapper:dev-latest
6
build:
7
context: .
8
dockerfile: Dockerfile.dev
@@ -17,6 +18,7 @@ services:
17
18
# Production environment
19
nmrium-prod:
20
container_name: nmrium-prod
21
+ image: nfdi4chem/nmrium-react-wrapper:latest
22
23
24
dockerfile: Dockerfile.prod
0 commit comments