Skip to content

Commit 4d69ce8

Browse files
authored
Merge pull request #103
Fix for Multiple File Attachments in Vault Migration
2 parents 5af306f + 3315fcd commit 4d69ce8

File tree

2 files changed

+266
-257
lines changed

2 files changed

+266
-257
lines changed

onepassword_sdks/demo-vault-migration-webapp/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ services:
33
build:
44
context: .
55
dockerfile: Dockerfile
6-
image: demo-vault-migration-webapp:v1.0.2
6+
image: demo-vault-migration-webapp:v1.0.3
77
ports:
88
- "3001:3001"
99
environment:
1010
- NODE_ENV=development
11-
command: npm start
11+
command: npm start
12+

0 commit comments

Comments
 (0)