Skip to content

Commit

Permalink
"@rollup/rollup-linux-x64-gnu": "4.18.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Jun 6, 2024
1 parent 0302419 commit 7c65717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: '3'

services:
app:
image: node:21
ports:
- 4321:4321
working_dir: /app
command: npm run dev -- --host 0.0.0.0
working_dir: /dist
command: npm run preview -- --host 0.0.0.0
volumes:
- ./:/app
- ./:/dist
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.18.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 7c65717

Please sign in to comment.