Skip to content

Commit e12744a

Browse files
committed
Add CURRENT_ID to workflows
1 parent 054418f commit e12744a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker-compose.dev.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
version: "3.8"
22

3+
x-base: &base
4+
# Uses the current user's unix id. Run `echo $(id -u):$(id -g)`
5+
user: ${CURRENT_UID:-1000:1000}
6+
37
services:
48
playwright:
59
networks:

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ x-base: &base
99
core:
1010
volumes:
1111
- .:/app
12-
# Uses the current user's unix id. Run `echo $(id -u):$(id -g)`
13-
user: ${CURRENT_UID:-1000:1000}
1412
working_dir: /app
1513
environment:
1614
- VITE_UB_TOKEN

0 commit comments

Comments
 (0)