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 ba0eeed commit c0b4494
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
build
home
node_modules
docker-compose.override.yml
coverage
13 changes: 0 additions & 13 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,7 +1,8 @@
services:
shlink_dashboard_node:
container_name: shlink_dashboard_node
image: node:22.1-alpine
user: 1000:1000
image: node:22.10-alpine
command: /bin/sh -c "cd /home/shlink-dashboard && npm install && node --run start"
volumes:
- ./:/home/shlink-dashboard
Expand Down

0 comments on commit c0b4494

Please sign in to comment.