Comments
This commit is contained in:
parent
f6eb8b6315
commit
90260b0efa
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user