Skip to content

Commit

Permalink
Update missed config values
Browse files Browse the repository at this point in the history
  • Loading branch information
Willdotwhite committed Jan 12, 2024
1 parent 2a9dcf2 commit a1a6536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . ./

USER node

EXPOSE 3001
EXPOSE 3000

ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["npm", "run", "dev"]
2 changes: 1 addition & 1 deletion ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig(() => {
return {
server: {
host: "0.0.0.0",
port: 3001,
port: 3000,
},
plugins: [react()],
}
Expand Down

0 comments on commit a1a6536

Please sign in to comment.