Skip to content

Commit

Permalink
Fix docker build issues (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri authored Dec 12, 2023
1 parent a65b5b1 commit 67d24ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Run the UI in a separate terminal
docker compose up --build
```
Browser will automatically load the app at <http://localhost:3000/>
Browser will automatically load the app at <http://localhost/>
Learn more about [UI](ui/README.md)
API is served at <http://localhost:7070/api>
## Using the oxidation state analyzer api
Expand Down
3 changes: 3 additions & 0 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RUN npm install
COPY public ./public
COPY src ./src
COPY tsconfig.json ./
COPY tsconfig.node.json ./
COPY index.html ./
COPY vite.config.ts ./
RUN npm run build

FROM nginx:alpine
Expand Down

0 comments on commit 67d24ac

Please sign in to comment.