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:
@@ -14,6 +14,6 @@ RUN yarn --ignore-engines
|
||||
|
||||
|
||||
COPY . .
|
||||
EXPOSE 3050
|
||||
EXPOSE 5173
|
||||
|
||||
ENTRYPOINT [ "npm", "start" ]
|
||||
Reference in New Issue
Block a user