Updated serve command

This commit is contained in:
2023-02-20 14:25:51 +01:00
parent a05b9cb01e
commit de1c201ffc

View File

@@ -20,6 +20,6 @@ COPY --from=build /app/build .
RUN npm install -g serve
EXPOSE 3000
EXPOSE 5000
CMD ["serve", "-s", "build", "--port", "3000", "--host", "0.0.0.0"]
CMD ["serve", "-s", "build"]