Skip to content

Commit 1e7a7a1

Browse files
committed
Simplify local dev env
1 parent 6ae5c56 commit 1e7a7a1

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.idea
22
/build
33
node_modules
4-
docker-compose.override.yml
54
/build/
65
npm-debug.log*
7-
home
86
tsconfig.tsbuildinfo

docker-compose.override.yml.dist

Lines changed: 0 additions & 7 deletions
This file was deleted.

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
services:
22
shlink_api_spec_ui:
33
container_name: shlink_api_spec_ui
4-
image: node:22.3-alpine
4+
user: 1000:1000
5+
image: node:22.10-alpine
56
command: /bin/sh -c "cd /shlink-api-spec && npm install && npm run start"
67
volumes:
78
- ./:/shlink-api-spec

0 commit comments

Comments
 (0)