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 9f7260c commit 987e85d
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 @@
node_modules
.idea
docker-compose.override.yml
home
dist
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_js_coding_standard_node:
container_name: shlink_js_coding_standard_node
image: node:22.1-alpine
user: 1000:1000
image: node:22.10-alpine
volumes:
- ./:/home/shlink

0 comments on commit 987e85d

Please sign in to comment.