This commit is contained in:
Sahil Ahuja 2025-02-13 22:17:18 +05:30
parent f6eb8b6315
commit 90260b0efa

View File

@ -25,5 +25,8 @@ RUN if [ "$BUILD_STEP" = "bundle" ]; then \
pnpm store prune; \
fi;
#For single step:
# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \
EXPOSE 4225
CMD ["pnpm", "start-server"]