Skip to content

Commit

Permalink
Fix devcontainer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Jan 9, 2023
1 parent 3305eb0 commit 6dcd80d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
52773,
1972
],
"postCreateCommand": "npm install",
"postCreateCommand": "mkdir -p dist && cp intersystems-iris-native/bin/lnxubuntux64/*.so dist && npm install",
"postStartCommand": "iris start iris",

"customizations": {
Expand Down
1 change: 0 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3.7'
services:
iris:
image: containers.intersystems.com/intersystems/iris-community:2022.3.0.570.0
build:
context: ../
dockerfile : irisapp/Dockerfile
Expand Down

0 comments on commit 6dcd80d

Please sign in to comment.