71 dockerfile update (#75)

* 🐳 Fixes to the Dockerfile

* 🚢 Updated port number for UI

*  Removed the param serialization from axios calls
This commit was merged in pull request #75.
This commit is contained in:
2023-05-15 16:13:40 -04:00
committed by GitHub
parent 4b795aca5d
commit 94692bb6d4
3 changed files with 2 additions and 6 deletions

View File

@@ -14,6 +14,6 @@ RUN yarn --ignore-engines
COPY . .
EXPOSE 3050
EXPOSE 5173
ENTRYPOINT [ "npm", "start" ]