Fix npm build script to use 'production' instead of 'prod'
This commit is contained in:
@@ -49,7 +49,7 @@ RUN cd /app/code && \
|
|||||||
# Install Node dependencies and build assets
|
# Install Node dependencies and build assets
|
||||||
RUN cd /app/code && \
|
RUN cd /app/code && \
|
||||||
npm install && \
|
npm install && \
|
||||||
npm run prod && \
|
npm run production && \
|
||||||
rm -rf node_modules && \
|
rm -rf node_modules && \
|
||||||
chown -R cloudron:cloudron /app/code/public
|
chown -R cloudron:cloudron /app/code/public
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user