comments
This commit is contained in:
parent
90260b0efa
commit
beb40ea877
@ -27,6 +27,10 @@ RUN if [ "$BUILD_STEP" = "bundle" ]; then \
|
|||||||
|
|
||||||
#For single step:
|
#For single step:
|
||||||
# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \
|
# RUN if [ "$BUILD_STEP" = "container" ] || [ "$BUILD_STEP" = "bundle" ]; then \
|
||||||
|
# echo "BUILD version $PUBLIC_BUILD_VERSION"; \
|
||||||
|
# pnpm install && \
|
||||||
|
# pnpm build-storybook; \
|
||||||
|
# fi
|
||||||
|
|
||||||
EXPOSE 4225
|
EXPOSE 4225
|
||||||
CMD ["pnpm", "start-server"]
|
CMD ["pnpm", "start-server"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user