Skip to content

Commit

Permalink
Simplify local dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 26, 2024
1 parent a70d539 commit db5aed9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
coverage
dist
docker-compose.override.yml
node_modules
home
7 changes: 0 additions & 7 deletions docker-compose.override.yml.dist

This file was deleted.

3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
shlink_data_manipulation:
container_name: shlink_data_manipulation
image: node:21.1-alpine
user: 1000:1000
image: node:22.10-alpine
volumes:
- ./:/shlink-data-manipulation

0 comments on commit db5aed9

Please sign in to comment.