Skip to content

Commit

Permalink
fix: build not taking updated conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 27, 2024
1 parent 317520f commit 936b36f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /app
COPY . .

RUN npm install
RUN npm run build

EXPOSE 6090

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview",
"generate-config": "node generate-config.js",
"start": "node server.js",
"publish": "npm run generate-config && npm run start"
"publish": "npm run generate-config && npm run build && npm run start"
},
"dependencies": {
"@babel/types": "^7.22.5",
Expand Down

0 comments on commit 936b36f

Please sign in to comment.