Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN if [ "$SKIP_FRONT" = "1" ]; then \
mkdir -p build; \
echo '<html><body><h1>No front, as this image was built for running it in dev mode</h1></body></html>' > build/index.html; \
else \
(npm run generate-licenses && npm run build); \
(CI=true npm run generate-licenses && CI=true npm run build); \
fi

#######################
Expand Down
Loading