mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-25 23:03:31 +01:00
Possible fix to Docker build failed - #8
This commit is contained in:
@@ -15,7 +15,7 @@ RUN npm run build
|
||||
|
||||
# Build client code
|
||||
RUN cd ./client \
|
||||
&& npm install --production \
|
||||
&& npm install \
|
||||
&& npm run build \
|
||||
&& cd .. \
|
||||
&& mv ./client/build/* ./public
|
||||
|
||||
Reference in New Issue
Block a user