Skip to content

Commit c2c623f

Browse files
committed
Fix dev container
1 parent fab60a0 commit c2c623f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "code2seq-paths-php",
2+
"name": "code2seq-paths-php-dev",
33
"dockerComposeFile": [
44
"docker-compose.yml"
55
],
6-
"service": "code2seq-paths-php",
7-
"workspaceFolder": "/workspace"
8-
}
6+
"service": "code2seq-paths-php-dev",
7+
"workspaceFolder": "/workspace"
8+
}

.devcontainer/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: '3.7'
22
services:
3-
code2seq-paths-php:
3+
code2seq-paths-php-dev:
44
build:
55
context: .
6-
image: "morria/code2seq-paths-php:latest"
7-
container_name: "code2seq-paths-php"
6+
image: "morria/code2seq-paths-php-dev:latest"
7+
container_name: "code2seq-paths-php-dev"
88
volumes:
99
- "..:/workspace:cached"
1010
# Overrides default command so things don't shut down after the process ends.

0 commit comments

Comments
 (0)