Updates Dockerfile port to match expectation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
aarbit 2025-02-12 23:43:47 -06:00
parent aaced3ccf5
commit 0907ae5385

View File

@ -12,6 +12,6 @@ COPY . .
RUN npm run build
EXPOSE 8083
EXPOSE 8084
CMD [ "npm", "run", "preview" ]