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 e944c4b commit 84a210f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 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
9 changes: 0 additions & 9 deletions docker-compose.override.yml.dist

This file was deleted.

5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3'

services:
shlink_css_coding_standard_node:
container_name: shlink_css_coding_standard_node
image: node:20.3-alpine
user: 1000:1000
image: node:22.10-alpine
volumes:
- ./:/home/shlink

0 comments on commit 84a210f

Please sign in to comment.