Skip to content

Commit 7c65717

Browse files
committed
"@rollup/rollup-linux-x64-gnu": "4.18.0"
1 parent 0302419 commit 7c65717

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
version: '3'
2-
31
services:
42
app:
53
image: node:21
64
ports:
75
- 4321:4321
8-
working_dir: /app
9-
command: npm run dev -- --host 0.0.0.0
6+
working_dir: /dist
7+
command: npm run preview -- --host 0.0.0.0
108
volumes:
11-
- ./:/app
9+
- ./:/dist

package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@
5050
"react": "^18.2.0",
5151
"react-dom": "^18.2.0"
5252
},
53-
"optionalDependencies": {
54-
"@rollup/rollup-linux-x64-gnu": "4.18.0"
55-
},
5653
"config": {
5754
"commitizen": {
5855
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)