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 0015571 commit 2568a22
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,7 +1,5 @@
node_modules
dist
.rpt2_cache
docker-compose.override.yml
home
.idea
coverage
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:
react_external_link:
container_name: react_external_link
image: node:22.2-alpine
user: 1000:1000
image: node:22.10-alpine
volumes:
- ./:/react-external-link

0 comments on commit 2568a22

Please sign in to comment.